]> granicus.if.org Git - python/commitdiff
Issue 11442: Add NEWS entry for e9724d7abbc2
authorMartin v. Löwis <martin@v.loewis.de>
Sun, 17 Apr 2011 20:29:40 +0000 (22:29 +0200)
committerMartin v. Löwis <martin@v.loewis.de>
Sun, 17 Apr 2011 20:29:40 +0000 (22:29 +0200)
Misc/NEWS

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