[Python-checkins] cpython (3.1): move the Misc/NEWS entry to the right section.
gregory.p.smith
python-checkins at python.org
Wed Mar 14 23:10:09 CET 2012
http://hg.python.org/cpython/rev/0abd368609c9
changeset: 75652:0abd368609c9
branch: 3.1
parent: 75650:7b5bc1719477
user: Gregory P. Smith <greg at krypto.org>
date: Wed Mar 14 14:58:22 2012 -0700
summary:
move the Misc/NEWS entry to the right section.
files:
Misc/NEWS | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -15,14 +15,14 @@
service attacks due to hash collisions within the dict and set types. Patch
by David Malcolm, based on work by Victor Stinner.
+Library
+-------
+
- Issue #14234: CVE-2012-0876: Randomize hashes of xml attributes in the hash
table internal to the pyexpat module's copy of the expat library to avoid a
denial of service due to hash collisions. Patch by David Malcolm with some
modifications by the expat project.
-Library
--------
-
- Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in
SimpleXMLRPCServer upon malformed POST request.
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list