Skip to content

Commit 5e62117

Browse files
committed
add CVE and issue number
1 parent b03856a commit 5e62117

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Misc/NEWS

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,9 @@ Library
9999
- Issue #21766: Prevent a security hole in CGIHTTPServer by URL unquoting paths
100100
before checking for a CGI script at that path.
101101

102-
- Fix arbitrary memory access in JSONDecoder.raw_decode with a negative second
103-
parameter. Bug reported by Guido Vranken.
102+
- Issue #21529 (CVE-2014-4616): Fix arbitrary memory access in
103+
JSONDecoder.raw_decode with a negative second parameter. Bug reported by Guido
104+
Vranken.
104105

105106
- Issue #21082: In os.makedirs, do not set the process-wide umask. Note this
106107
changes behavior of makedirs when exist_ok=True.

0 commit comments

Comments
 (0)