summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorguido@google.com <guido@google.com>2011-03-28 20:53:40 (GMT)
committerguido@google.com <guido@google.com>2011-03-28 20:53:40 (GMT)
commitdb3080e68f6a504bda6f04f448cc65400ba53c97 (patch)
tree4988a4d4c66cbfd8252fd3dc01f5475c857e2dc7 /Misc
parentf1509306d266a091c6c12ec3b78b8eaaa9d0aff9 (diff)
downloadcpython-db3080e68f6a504bda6f04f448cc65400ba53c97.zip
cpython-db3080e68f6a504bda6f04f448cc65400ba53c97.tar.gz
cpython-db3080e68f6a504bda6f04f448cc65400ba53c97.tar.bz2
Add CVE number to urllib/urllib2 news item.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 76aea17..551ecb7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,7 +13,7 @@ Library
-------
- Issue #11662: Make urllib and urllib2 ignore redirections if the
- scheme is not HTTP, HTTPS or FTP. This fixes a security hole.
+ scheme is not HTTP, HTTPS or FTP (CVE-2011-1521).
- Issue #8674: Fixed a number of incorrect or undefined-behaviour-inducing
overflow checks in the audioop module (CVE-2010-1634).