This commit is contained in:
Joey Hess 2021-09-11 17:01:39 -04:00
parent 2a0633f445
commit b8130655cc
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -5,3 +5,8 @@ parts with HashMap. The uses in AnnexRead especially.
(Set and HashSet too.)
--[[Joey]]
> 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]]