summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2011-04-17 20:56:19 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2011-04-17 20:56:19 (GMT)
commit31e1b1f69c784fc436b475d2e7992266502ab271 (patch)
treeacde2bddd6196897ef8cf290566291985313ef1e
parent8c850bf8198d37cfb270cddb1aebbc00d1880797 (diff)
parent2d253dd9eab53faebb085b00a11ecb99b647c490 (diff)
downloadcpython-31e1b1f69c784fc436b475d2e7992266502ab271.zip
cpython-31e1b1f69c784fc436b475d2e7992266502ab271.tar.gz
cpython-31e1b1f69c784fc436b475d2e7992266502ab271.tar.bz2
merge 11442 NEWS
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 19dc5e4..b5be9f2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -19,6 +19,9 @@ Core and Builtins
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).