We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6588174 commit bb96ed6Copy full SHA for bb96ed6
unordered-containers.cabal
@@ -8,6 +8,13 @@ description:
8
.
9
The declared cost of each operation is either worst-case or
10
amortized, but remains valid even if structures are shared.
11
+ .
12
+ /Security/
13
14
+ This package provides no defenses against hash collision attacks such as
15
+ HashDoS.
16
+ Users who need to store input from untrusted sources are advised to use
17
+ @Data.Map@ or @Data.Set@ from the @containers@ package instead.
18
license: BSD3
19
license-file: LICENSE
20
author: Johan Tibell
0 commit comments