summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2014-01-03 18:59:22 (GMT)
committerR David Murray <rdmurray@bitdance.com>2014-01-03 18:59:22 (GMT)
commit020d7c379afe7edc7b5437c29b434ecc059e6a76 (patch)
treeeb76f786a8e021e37f41785c768bdc94b8c0e8a1 /Misc/NEWS
parent5851218e4228d36306b5a46387fc27daf48cf840 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7fff780..05c1467 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.