summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2013-10-30 16:43:09 (GMT)
committerBenjamin Peterson <benjamin@python.org>2013-10-30 16:43:09 (GMT)
commit1ef959ac3ddc4d96dfa1a613db5cb206cdaeb662 (patch)
tree9cfcb9deed3c4a2e07c06a7c7e65fe164953a3d8 /Misc/NEWS
parent21376cfdee02a4fdddbcbb46cd1abc1bcb2bb5c2 (diff)
downloadcpython-1ef959ac3ddc4d96dfa1a613db5cb206cdaeb662.zip
cpython-1ef959ac3ddc4d96dfa1a613db5cb206cdaeb662.tar.gz
cpython-1ef959ac3ddc4d96dfa1a613db5cb206cdaeb662.tar.bz2
use the collapsed path in the run_cgi method (closes #19435)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 66a0f3e..79ab674 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -6,6 +6,11 @@ Whats' New in Python 2.7.6?
*Release date: 2013-11-02*
+Library
+-------
+
+- Issue #19435: Fix directory traversal attack on CGIHttpRequestHandler.
+
IDLE
----