diff options
author | R David Murray <rdmurray@bitdance.com> | 2014-01-03 18:59:22 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2014-01-03 18:59:22 (GMT) |
commit | 020d7c379afe7edc7b5437c29b434ecc059e6a76 (patch) | |
tree | eb76f786a8e021e37f41785c768bdc94b8c0e8a1 /Misc/NEWS | |
parent | 5851218e4228d36306b5a46387fc27daf48cf840 (diff) | |
download | cpython-020d7c379afe7edc7b5437c29b434ecc059e6a76.zip cpython-020d7c379afe7edc7b5437c29b434ecc059e6a76.tar.gz cpython-020d7c379afe7edc7b5437c29b434ecc059e6a76.tar.bz2 |
closes 16039: CVE-2013-1752: limit line length in imaplib readline calls.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -30,6 +30,9 @@ Core and Builtins Library ------- +- Issue #16039: CVE-2013-1752: Change use of readline in imaplib module to + limit line length. Patch by Emil Lind. + - Issue #19422: Explicitly disallow non-SOCK_STREAM sockets in the ssl module, rather than silently let them emit clear text data. |