summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2011-04-17 23:01:13 +0200
committerMartin v. Löwis <martin@v.loewis.de>2011-04-17 23:01:13 +0200
commitc116da04a96f173230fa8635adb69a1d83d21c0d (patch)
tree5dd6cb9fc0ae5e1507b6a6b8ede85dd1e7c6fd8b
parent12125823fa159b87ac38083f6b5f7674b92ae546 (diff)
parent31e1b1f69c784fc436b475d2e7992266502ab271 (diff)
downloadcpython-git-c116da04a96f173230fa8635adb69a1d83d21c0d.tar.gz
merge 11442 NEWS
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ed28d31e51..738139709a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -55,6 +55,9 @@ Core and Builtins
Library
-------
+- Issue #11442: Add a charset parameter to the Content-type in SimpleHTTPServer
+ to avoid XSS attacks.
+
- Issue #11467: Fix urlparse behavior when handling urls which contains scheme
specific part only digits. Patch by Santoso Wijaya.