diff options
author | Matthias Klose <doko@ubuntu.com> | 2010-01-21 17:41:47 (GMT) |
---|---|---|
committer | Matthias Klose <doko@ubuntu.com> | 2010-01-21 17:41:47 (GMT) |
commit | 166f80860e09697d49969fe88bcf0b598eb98ef4 (patch) | |
tree | a1397b1d9750dd46a1d668daa047012061fa8daf /Misc | |
parent | 8cd94b4306279959dc6deb73b7e27ab437c71b22 (diff) | |
download | cpython-166f80860e09697d49969fe88bcf0b598eb98ef4.zip cpython-166f80860e09697d49969fe88bcf0b598eb98ef4.tar.gz cpython-166f80860e09697d49969fe88bcf0b598eb98ef4.tar.bz2 |
- Fix DoS via XML document with malformed UTF-8 sequences (CVE_2009_3560).
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -4,6 +4,17 @@ Python News (editors: check NEWS.help for information about editing NEWS using ReST.) +What's New in Python 2.5.5c2? +============================= + +*Release date: xx-xxx-2010* + +Extension Modules +----------------- + +- Fix DoS via XML document with malformed UTF-8 sequences (CVE_2009_3560). + + What's New in Python 2.5.5c1? ============================= |