From bd60b801bdb8954f324753557175034f9bd30480 Mon Sep 17 00:00:00 2001 From: James Addison Date: Tue, 22 Oct 2024 20:00:47 +0100 Subject: [PATCH] Add CHANGES.rst entry --- CHANGES.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 6cef031159d..891f1ae6efe 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -18,5 +18,9 @@ Features added Bugs fixed ---------- +* #13060: HTML Search: use ``Map`` instead of object literal to store + per-file term scores, to prevent prototype pollution. + Patch by James Addison + Testing -------