[Python-checkins] r88823 - python/branches/release25-maint/Misc/NEWS

martin.v.loewis python-checkins at python.org
Sun Apr 17 22:48:44 CEST 2011


Author: martin.v.loewis
Date: Sun Apr 17 22:48:44 2011
New Revision: 88823

Log:
hg bb1695c6cea1 by me
Issue 11442: Add NEWS entry for e9724d7abbc2


Modified:
   python/branches/release25-maint/Misc/NEWS

Modified: python/branches/release25-maint/Misc/NEWS
==============================================================================
--- python/branches/release25-maint/Misc/NEWS	(original)
+++ python/branches/release25-maint/Misc/NEWS	Sun Apr 17 22:48:44 2011
@@ -12,6 +12,9 @@
 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).
 


More information about the Python-checkins mailing list