We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b03856a commit 5e62117Copy full SHA for 5e62117
Misc/NEWS
@@ -99,8 +99,9 @@ Library
99
- Issue #21766: Prevent a security hole in CGIHTTPServer by URL unquoting paths
100
before checking for a CGI script at that path.
101
102
-- Fix arbitrary memory access in JSONDecoder.raw_decode with a negative second
103
- 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
104
+ Vranken.
105
106
- Issue #21082: In os.makedirs, do not set the process-wide umask. Note this
107
changes behavior of makedirs when exist_ok=True.
0 commit comments