summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2011-04-17 22:29:40 +0200
committerMartin v. Löwis <martin@v.loewis.de>2011-04-17 22:29:40 +0200
commitfaa177f873e2221ed4713735e6d3cabd5041f785 (patch)
treebba597d4f69e3799bd4c6beaa8836971ae39175c /Misc
parent57ad4da1f77dc71db91f2d4949ec4ffd8bdde4e9 (diff)
downloadcpython-faa177f873e2221ed4713735e6d3cabd5041f785.tar.gz
Issue 11442: Add NEWS entry for e9724d7abbc2
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 551ecb73ab..4db0b03305 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).