summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGregory P. Smith <greg@krypto.org>2012-03-14 21:58:22 (GMT)
committerGregory P. Smith <greg@krypto.org>2012-03-14 21:58:22 (GMT)
commit1be7cd0a7860851bdf4079d58583cc1a66c9ae63 (patch)
treeb535bd4460dea8cfe14ed4d9da5f0fee6e0644d2 /Misc
parent8e91cf6a5e5be8f84132498d5654d6ad2e4d54c2 (diff)
downloadcpython-1be7cd0a7860851bdf4079d58583cc1a66c9ae63.zip
cpython-1be7cd0a7860851bdf4079d58583cc1a66c9ae63.tar.gz
cpython-1be7cd0a7860851bdf4079d58583cc1a66c9ae63.tar.bz2
move the Misc/NEWS entry to the right section.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 88ef91e..935b067 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -15,14 +15,14 @@ Core and Builtins
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.