From 0c12d012332fd0c1ee675c7800d4b28251f93e14 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 11 Oct 2021 10:06:36 -0400 Subject: [PATCH] update --- doc/todo/optimise_by_converting_Map_to_HashMap.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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]]