]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-34623: Mention CVE-2018-14647 in news entry (GH-9482)
authorChristian Heimes <christian@python.org>
Sat, 22 Sep 2018 04:42:29 +0000 (06:42 +0200)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 22 Sep 2018 04:42:29 +0000 (21:42 -0700)
https://bugs.python.org/issue34623

Misc/NEWS.d/next/Security/2018-09-10-16-05-39.bpo-34623.Ua9jMv.rst

index 31ad92ef8582788c2dfa1c8de12adcbea841d55d..cbaa4b750644788854b6528fb01d0f8ab1f81e58 100644 (file)
@@ -1,2 +1,2 @@
-The C accelerated _elementtree module now initializes hash randomization
-salt from _Py_HashSecret instead of libexpat's default CSPRNG.
+CVE-2018-14647: The C accelerated _elementtree module now initializes hash
+randomization salt from _Py_HashSecret instead of libexpat's default CSPRNG.