commit | 2d253dd9eab53faebb085b00a11ecb99b647c490 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sun Apr 17 22:29:40 2011 +0200 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sun Apr 17 22:29:40 2011 +0200 |
tree | e788198c7a60d4aca5ec363259a1455340c3c571 | |
parent | 92ecb8737b9c708268c6451a01835192c181b721 [diff] [blame] |
Issue 11442: Add NEWS entry for e9724d7abbc2
diff --git a/Misc/NEWS b/Misc/NEWS index 551ecb7..4db0b03 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -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).