diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2011-04-17 20:56:19 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2011-04-17 20:56:19 (GMT) |
commit | 31e1b1f69c784fc436b475d2e7992266502ab271 (patch) | |
tree | acde2bddd6196897ef8cf290566291985313ef1e | |
parent | 8c850bf8198d37cfb270cddb1aebbc00d1880797 (diff) | |
parent | 2d253dd9eab53faebb085b00a11ecb99b647c490 (diff) | |
download | cpython-31e1b1f69c784fc436b475d2e7992266502ab271.zip cpython-31e1b1f69c784fc436b475d2e7992266502ab271.tar.gz cpython-31e1b1f69c784fc436b475d2e7992266502ab271.tar.bz2 |
merge 11442 NEWS
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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). |