summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2013-10-30 16:51:16 (GMT)
committerBenjamin Peterson <benjamin@python.org>2013-10-30 16:51:16 (GMT)
commitc99874da83d8b03e8257ab69dc2061df310f7b52 (patch)
tree00177edde060aad0c99c93ca8bdba01a7ef3f961 /Misc
parent96c03df771199196f4580d4fd32f6cea902fb2ec (diff)
parenta50f89954d206e063d653b847a4b5bbc8c0abb8c (diff)
downloadcpython-c99874da83d8b03e8257ab69dc2061df310f7b52.zip
cpython-c99874da83d8b03e8257ab69dc2061df310f7b52.tar.gz
cpython-c99874da83d8b03e8257ab69dc2061df310f7b52.tar.bz2
merge 3.3 (#19435)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ab0893f..a76afbe 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -34,6 +34,8 @@ Library
- Issue #19424: Fix the warnings module to accept filename containing surrogate
characters.
+- Issue #19435: Fix directory traversal attack on CGIHttpRequestHandler.
+
- Issue #19227: Remove pthread_atfork() handler. The handler was added to
solve #18747 but has caused issues.