summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-12-16 17:03:16 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-12-16 17:03:16 (GMT)
commit3022ce1a14b364a1d1d69405646aae892d827666 (patch)
treefd1d9c88c256dbb29762cc1e021da711e0a6c291 /Misc
parent0da0c48e2362d9ec7f5ef0ea4302728c1c7d56d8 (diff)
downloadcpython-3022ce1a14b364a1d1d69405646aae892d827666.zip
cpython-3022ce1a14b364a1d1d69405646aae892d827666.tar.gz
cpython-3022ce1a14b364a1d1d69405646aae892d827666.tar.bz2
Merged revisions 87317 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87317 | antoine.pitrou | 2010-12-16 17:48:36 +0100 (jeu., 16 déc. 2010) | 4 lines Issue #10714: Limit length of incoming request in http.server to 65536 bytes for security reasons. Initial patch by Ross Lagerwall. ........ (also backport some tests)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS3
2 files changed, 4 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 8352715..03f73a2 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -442,6 +442,7 @@ Andrej Krpic
Ivan Krstić
Andrew Kuchling
Vladimir Kushnir
+Ross Lagerwall
Cameron Laird
Łukasz Langa
Tino Lange
diff --git a/Misc/NEWS b/Misc/NEWS
index d8fd483..2b09d5f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -21,6 +21,9 @@ Core and Builtins
Library
-------
+- Issue #10714: Limit length of incoming request in http.server to 65536 bytes
+ for security reasons. Initial patch by Ross Lagerwall.
+
- Issue #9558: Fix distutils.command.build_ext with VS 8.0.
- Issue #10695: passing the port as a string value to telnetlib no longer