From: guido@google.com Date: Mon, 28 Mar 2011 20:53:40 +0000 (-0700) Subject: Add CVE number to urllib/urllib2 news item. X-Git-Tag: v2.5.6c1~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=db3080e68f6a504bda6f04f448cc65400ba53c97;p=python Add CVE number to urllib/urllib2 news item. --- diff --git a/Misc/NEWS b/Misc/NEWS index 76aea17827..551ecb73ab 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).