diff options
author | Guido van Rossum <guido@python.org> | 2006-08-10 17:41:07 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2006-08-10 17:41:07 (GMT) |
commit | 9568b738ec3f52f1e82501e943ba9d67b77aa32a (patch) | |
tree | 42ebc96bd35759551668e167ad326fd73ae9ebcf /Lib/test/output/test_cgi | |
parent | cd3d8bee022cda55c43c2130122d092f5059d115 (diff) | |
download | cpython-9568b738ec3f52f1e82501e943ba9d67b77aa32a.zip cpython-9568b738ec3f52f1e82501e943ba9d67b77aa32a.tar.gz cpython-9568b738ec3f52f1e82501e943ba9d67b77aa32a.tar.bz2 |
Chris McDonough's patch to defend against certain DoS attacks on FieldStorage.
SF bug #1112549.
Diffstat (limited to 'Lib/test/output/test_cgi')
-rw-r--r-- | Lib/test/output/test_cgi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/test/output/test_cgi b/Lib/test/output/test_cgi index d5d6f75..26eddfa 100644 --- a/Lib/test/output/test_cgi +++ b/Lib/test/output/test_cgi @@ -38,3 +38,5 @@ test_cgi Testing log Testing initlog 1 Testing log 2 +Test FieldStorage methods that use readline +Test basic FieldStorage multipart parsing |