]> granicus.if.org Git - python/commitdiff
add CVE and issue number
authorBenjamin Peterson <benjamin@python.org>
Sat, 5 Dec 2015 08:17:57 +0000 (00:17 -0800)
committerBenjamin Peterson <benjamin@python.org>
Sat, 5 Dec 2015 08:17:57 +0000 (00:17 -0800)
Misc/NEWS

index b33c5a4169a4f1e3c6e419a0dd172078ac437b91..0eb8153a2b04c82606bc3bbd78895e79a2356fa9 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -99,8 +99,9 @@ Library
 - 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.