From: Fabian Keil <fk@fabiankeil.de>
Date: Thu, 4 Feb 2021 15:43:35 +0000 (+0100)
Subject: Add CVEs for security issues fixed in 3.0.31
X-Git-Tag: v_3_0_32~94
X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@/faq/%22https:/@referrer@?a=commitdiff_plain;h=70e0e952d2b9e7ef991bd7cf296c63a87bd4c9af;p=privoxy.git

Add CVEs for security issues fixed in 3.0.31
---

diff --git a/ChangeLog b/ChangeLog
index 7ad3b1d4..c9c3a919 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,10 +5,10 @@ ChangeLog for Privoxy
 
 - Security/Reliability:
   - Prevent an assertion from getting triggered by a crafted CGI request.
-    Commit 5bba5b89193fa. OVE-20210130-0001.
+    Commit 5bba5b89193fa. OVE-20210130-0001. CVE-2021-20217.
     Reported by: Joshua Rogers (Opera)
   - Fixed a memory leak when decompression fails "unexpectedly".
-    Commit f431d61740cc0. OVE-20210128-0001.
+    Commit f431d61740cc0. OVE-20210128-0001. CVE-2021-20216.
 
 - Bug fixes:
   - Fixed detection of insufficient data for decompression.