[Python-checkins] cpython (merge 2.5 -> 2.6): merge 11442 NEWS

martin.v.loewis python-checkins at python.org
Sun Apr 17 23:01:37 CEST 2011


http://hg.python.org/cpython/rev/4bd47815e6c5
changeset:   69410:4bd47815e6c5
branch:      2.6
parent:      69056:202078f2856f
parent:      69409:bb1695c6cea1
user:        Martin v. Löwis <martin at v.loewis.de>
date:        Sun Apr 17 22:56:19 2011 +0200
summary:
  merge 11442 NEWS

files:
  Misc/NEWS |  3 +++
  1 files changed, 3 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -19,6 +19,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).
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list