summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2011-03-29 19:55:41 (GMT)
committerGuido van Rossum <guido@python.org>2011-03-29 19:55:41 (GMT)
commitacb63092b7966f6329c337960729559e1c503364 (patch)
tree081d5ec51f720cf0c336b6cd0af958b36aeb286d /Misc
parentad45bfe2d390eb94cf6d0e91b97c1db4bef2a2a9 (diff)
parenta119df91f33724f64e6bc1ecb484eeaa30ace014 (diff)
downloadcpython-acb63092b7966f6329c337960729559e1c503364.zip
cpython-acb63092b7966f6329c337960729559e1c503364.tar.gz
cpython-acb63092b7966f6329c337960729559e1c503364.tar.bz2
Merge issue 11662.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index bd390a0..a03477a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -58,6 +58,9 @@ Library
- Issue #11659: Fix ResourceWarning in test_subprocess introduced by #11459.
Patch by Ben Hayden.
+- Issue #11662: Make urllib and urllib2 ignore redirections if the
+ scheme is not HTTP, HTTPS or FTP (CVE-2011-1521).
+
- Issue #5537: Fix time2isoz() and time2netscape() functions of
httplib.cookiejar for expiration year greater than 2038 on 32-bit systems.