diff options
author | Benjamin Peterson <benjamin@python.org> | 2013-10-30 16:48:59 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2013-10-30 16:48:59 (GMT) |
commit | 35aca89617c14e0a15f728e4991eac8c01ccf170 (patch) | |
tree | 195aefb6f16661914ac3b5649adbebe54f5dea34 /Misc/NEWS | |
parent | 58bf8d2a688cf0fe180ed929568d0294a32ef5de (diff) | |
parent | 04e9de40f380b2695f955d68f2721d57cecbf858 (diff) | |
download | cpython-35aca89617c14e0a15f728e4991eac8c01ccf170.zip cpython-35aca89617c14e0a15f728e4991eac8c01ccf170.tar.gz cpython-35aca89617c14e0a15f728e4991eac8c01ccf170.tar.bz2 |
merge 3.1 (#19435)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ What's New in Python 3.2.6? Library ------- +- Issue #19435: Fix directory traversal attack on CGIHttpRequestHandler. + - Issue #14984: On POSIX systems, when netrc is called without a filename argument (and therefore is reading the user's $HOME/.netrc file), it now enforces the same security rules as typical ftp clients: the .netrc file must |