This commit is contained in:
Joey Hess 2021-10-11 10:06:36 -04:00
parent 1b79f2404d
commit 0c12d01233
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -8,5 +8,5 @@ parts with HashMap. The uses in AnnexRead especially.
> Note that HashMap perfomance can degrade if an attacker provides keys
> that collide. This has been used to DOS aeson parsing. (Which could
> affect a few parts of git-annex in theory). So if converting to HashMap,
> need to consider this. --[[Joey]]
> affect a few parts of git-annex in theory; fixed in aeson-2.0.1.0).
> So if converting to HashMap, need to consider this. --[[Joey]]