diff options
author | Georg Brandl <georg@python.org> | 2013-09-14 07:10:21 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-09-14 07:10:21 (GMT) |
commit | bc75046bb3a8bd1e07547e99c8958c54ec16b9fb (patch) | |
tree | 96f67acebb418ffad7ea3176a548ab19921b7ab9 /Misc | |
parent | c5884d893033a5e16fb50bdde5cf42b07dc708f0 (diff) | |
download | cpython-bc75046bb3a8bd1e07547e99c8958c54ec16b9fb.zip cpython-bc75046bb3a8bd1e07547e99c8958c54ec16b9fb.tar.gz cpython-bc75046bb3a8bd1e07547e99c8958c54ec16b9fb.tar.bz2 |
Add a NEWS entry for b9b521efeba3.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,6 +12,9 @@ Library - Fix tkinter regression introduced by the security fix in issue #16248. +- Issue #17980: Fix possible abuse of ssl.match_hostname() for denial of + service using certificates with many wildcards (CVE-2013-2099). + What's New in Python 3.2.5? =========================== |