Commit 5e621176 authored by Benjamin Peterson's avatar Benjamin Peterson

add CVE and issue number

parent b03856ab
...@@ -99,8 +99,9 @@ Library ...@@ -99,8 +99,9 @@ Library
- Issue #21766: Prevent a security hole in CGIHTTPServer by URL unquoting paths - Issue #21766: Prevent a security hole in CGIHTTPServer by URL unquoting paths
before checking for a CGI script at that path. before checking for a CGI script at that path.
- Fix arbitrary memory access in JSONDecoder.raw_decode with a negative second - Issue #21529 (CVE-2014-4616): Fix arbitrary memory access in
parameter. Bug reported by Guido Vranken. 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 - Issue #21082: In os.makedirs, do not set the process-wide umask. Note this
changes behavior of makedirs when exist_ok=True. changes behavior of makedirs when exist_ok=True.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment