We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 102764a + 5e62117 commit 2deaea3Copy full SHA for 2deaea3
1 file changed
Misc/NEWS
@@ -47,6 +47,10 @@ Library
47
- Issue #23365: Fixed possible integer overflow in
48
itertools.combinations_with_replacement.
49
50
+- Issue #21529 (CVE-2014-4616): Fix arbitrary memory access in
51
+ JSONDecoder.raw_decode with a negative second parameter. Bug reported by Guido
52
+ Vranken.
53
+
54
C API
55
-----
56
@@ -97,9 +101,6 @@ Library
97
101
- Issue #21766: Prevent a security hole in CGIHTTPServer by URL unquoting paths
98
102
before checking for a CGI script at that path.
99
103
100
-- Fix arbitrary memory access in JSONDecoder.raw_decode with a negative second
- parameter. Bug reported by Guido Vranken.
-
104
- Issue #20633: Replace relative import by absolute import.
105
106
- Issue #21082: In os.makedirs, do not set the process-wide umask. Note this
0 commit comments