summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2011-04-17 20:29:40 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2011-04-17 20:29:40 (GMT)
commit2d253dd9eab53faebb085b00a11ecb99b647c490 (patch)
treee788198c7a60d4aca5ec363259a1455340c3c571 /Misc/NEWS
parent92ecb8737b9c708268c6451a01835192c181b721 (diff)
downloadcpython-2d253dd9eab53faebb085b00a11ecb99b647c490.zip
cpython-2d253dd9eab53faebb085b00a11ecb99b647c490.tar.gz
cpython-2d253dd9eab53faebb085b00a11ecb99b647c490.tar.bz2
Issue 11442: Add NEWS entry for e9724d7abbc2
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 551ecb7..4db0b03 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@ What's New in Python 2.5.6c1?
Library
-------
+- Issue #11442: Add a charset parameter to the Content-type in SimpleHTTPServer
+ to avoid XSS attacks.
+
- Issue #11662: Make urllib and urllib2 ignore redirections if the
scheme is not HTTP, HTTPS or FTP (CVE-2011-1521).