From: Joey Hess Date: Mon, 11 Oct 2021 14:06:36 +0000 (-0400) Subject: update X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~83^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0c12d012332fd0c1ee675c7800d4b28251f93e14;p=git-annex.git update --- diff --git a/doc/todo/optimise_by_converting_Map_to_HashMap.mdwn b/doc/todo/optimise_by_converting_Map_to_HashMap.mdwn index 448a26b2f1..4db7ec8e2b 100644 --- a/doc/todo/optimise_by_converting_Map_to_HashMap.mdwn +++ b/doc/todo/optimise_by_converting_Map_to_HashMap.mdwn @@ -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]]