diff options
| author | Georg Brandl <georg@python.org> | 2013-09-14 09:10:21 +0200 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2013-09-14 09:10:21 +0200 |
| commit | bc75046bb3a8bd1e07547e99c8958c54ec16b9fb (patch) | |
| tree | 96f67acebb418ffad7ea3176a548ab19921b7ab9 | |
| parent | c5884d893033a5e16fb50bdde5cf42b07dc708f0 (diff) | |
| download | cpython-git-bc75046bb3a8bd1e07547e99c8958c54ec16b9fb.tar.gz | |
Add a NEWS entry for b9b521efeba3.
| -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? =========================== |
