Skip to content

Commit

Permalink
Add security advisory to package description (#320)
Browse files Browse the repository at this point in the history
Context: #319
  • Loading branch information
sjakobi authored Oct 1, 2021
1 parent 6588174 commit 3d9efe3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions unordered-containers.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ description:
.
The declared cost of each operation is either worst-case or
amortized, but remains valid even if structures are shared.
.
/Security/
.
This package currently provides no defenses against hash collision attacks
such as HashDoS.
Users who need to store input from untrusted sources are advised to use
@Data.Map@ or @Data.Set@ from the @containers@ package instead.
license: BSD3
license-file: LICENSE
author: Johan Tibell
Expand Down

0 comments on commit 3d9efe3

Please sign in to comment.