diff options
author | Matthias Klose <doko@ubuntu.com> | 2010-01-21 17:43:31 (GMT) |
---|---|---|
committer | Matthias Klose <doko@ubuntu.com> | 2010-01-21 17:43:31 (GMT) |
commit | b8ec8a48ec519b12727cddcef196f45302886f10 (patch) | |
tree | 96bab21dd6946708de26b913fdc95e50e01a783e /Misc | |
parent | 166f80860e09697d49969fe88bcf0b598eb98ef4 (diff) | |
download | cpython-b8ec8a48ec519b12727cddcef196f45302886f10.zip cpython-b8ec8a48ec519b12727cddcef196f45302886f10.tar.gz cpython-b8ec8a48ec519b12727cddcef196f45302886f10.tar.bz2 |
- expat: Fix DoS via malformed XML (CVE-2009-3720).
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -12,7 +12,8 @@ What's New in Python 2.5.5c2? Extension Modules ----------------- -- Fix DoS via XML document with malformed UTF-8 sequences (CVE_2009_3560). +- expat: Fix DoS via XML document with malformed UTF-8 sequences (CVE_2009_3560). +- expat: Fix DoS via malformed XML (CVE-2009-3720). What's New in Python 2.5.5c1? |