summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-11-11 05:10:23 (GMT)
committerGeorg Brandl <georg@python.org>2013-11-11 05:10:23 (GMT)
commitb3acaccf273feb720df10c2890d6c35ca8b62acd (patch)
tree857388a2ce1d64761d9359bfff4e78422c481fa7 /Misc
parent85b8be1ac88de7b2bbe06c47e45b9c0087e8037d (diff)
downloadcpython-b3acaccf273feb720df10c2890d6c35ca8b62acd.zip
cpython-b3acaccf273feb720df10c2890d6c35ca8b62acd.tar.gz
cpython-b3acaccf273feb720df10c2890d6c35ca8b62acd.tar.bz2
Transplant of rev 544b654d000c: directory traversal attack in CGIHttpRequestHandler.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9ff03c2..dfb6068 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -7,6 +7,11 @@ What's New in Python 3.3.3?
*Release date: XX-Nov-2013*
+Library
+-------
+
+- Issue #19435: Fix directory traversal attack on CGIHttpRequestHandler.
+
Tests
-----