]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.6] bpo-34623: Mention CVE-2018-14647 in news entry (GH-9482) (GH-9489)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 22 Sep 2018 04:57:28 +0000 (21:57 -0700)
committerGitHub <noreply@github.com>
Sat, 22 Sep 2018 04:57:28 +0000 (21:57 -0700)
https://bugs.python.org/issue34623
(cherry picked from commit 026337a7101369297c8083047d2f3c6fc9dd1e2b)

Co-authored-by: Christian Heimes <christian@python.org>
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.