diff options
author | Georg Brandl <georg@python.org> | 2005-06-26 21:36:25 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2005-06-26 21:36:25 (GMT) |
commit | fbff1bcd697fd062f281097102b0c2b372a19033 (patch) | |
tree | 465a25fa70be11420eb59f8731934e900bf488ff | |
parent | a2aa1ac42b02e473a00cd1be225c750726869b41 (diff) | |
download | cpython-fbff1bcd697fd062f281097102b0c2b372a19033.zip cpython-fbff1bcd697fd062f281097102b0c2b372a19033.tar.gz cpython-fbff1bcd697fd062f281097102b0c2b372a19033.tar.bz2 |
- Bug #1100201: Cross-site scripting was possible on BaseHTTPServer via
error messages.
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |