[Python-checkins] cpython (3.2): add CVE and issue number

benjamin.peterson python-checkins at python.org
Sat Dec 5 03:24:30 EST 2015


https://hg.python.org/cpython/rev/36be496963d1
changeset:   99451:36be496963d1
branch:      3.2
parent:      96289:0cb037bb0f9a
user:        Benjamin Peterson <benjamin at python.org>
date:        Sat Dec 05 00:17:57 2015 -0800
summary:
  add CVE and issue number

files:
  Misc/NEWS |  5 +++--
  1 files changed, 3 insertions(+), 2 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -99,8 +99,9 @@
 - Issue #21766: Prevent a security hole in CGIHTTPServer by URL unquoting paths
   before checking for a CGI script at that path.
 
-- Fix arbitrary memory access in JSONDecoder.raw_decode with a negative second
-  parameter. Bug reported by Guido Vranken.
+- Issue #21529 (CVE-2014-4616): Fix arbitrary memory access in
+  JSONDecoder.raw_decode with a negative second parameter. Bug reported by Guido
+  Vranken.
 
 - Issue #21082: In os.makedirs, do not set the process-wide umask. Note this
   changes behavior of makedirs when exist_ok=True.

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list