From: Georg Brandl Date: Sun, 26 Jun 2005 21:36:25 +0000 (+0000) Subject: - Bug #1100201: Cross-site scripting was possible on BaseHTTPServer via X-Git-Tag: v2.5a0~1647 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fbff1bcd697fd062f281097102b0c2b372a19033;p=python - Bug #1100201: Cross-site scripting was possible on BaseHTTPServer via error messages. --- diff --git a/Misc/NEWS b/Misc/NEWS index 87eabd4e5b..6bf1301789 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -147,6 +147,9 @@ Extension Modules Library ------- +- Bug #1100201: Cross-site scripting was possible on BaseHTTPServer via + error messages. + - Bug #1108948: Cookie.py produced invalid JavaScript code. - The tokenize module now detects and reports indentation errors.