diff options
author | Benjamin Peterson <benjamin@python.org> | 2013-10-30 16:43:09 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2013-10-30 16:43:09 (GMT) |
commit | 1ef959ac3ddc4d96dfa1a613db5cb206cdaeb662 (patch) | |
tree | 9cfcb9deed3c4a2e07c06a7c7e65fe164953a3d8 /Misc/NEWS | |
parent | 21376cfdee02a4fdddbcbb46cd1abc1bcb2bb5c2 (diff) | |
download | cpython-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/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 ---- |