]> granicus.if.org Git - python/commitdiff
Add CVE number to urllib/urllib2 news item.
authorguido@google.com <guido@google.com>
Mon, 28 Mar 2011 20:53:40 +0000 (13:53 -0700)
committerguido@google.com <guido@google.com>
Mon, 28 Mar 2011 20:53:40 +0000 (13:53 -0700)
Misc/NEWS

index 76aea1782716e3df89d6ba703fd73e06d3970a1c..551ecb73abf2b7402c4498e1bf7418efacb0e51a 100644 (file)
--- 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).