diff options
author | Christian Heimes <christian@python.org> | 2018-09-22 04:42:29 (GMT) |
---|---|---|
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2018-09-22 04:42:29 (GMT) |
commit | 026337a7101369297c8083047d2f3c6fc9dd1e2b (patch) | |
tree | 66435b742c341ce287a8c98c087d678572f89727 /Misc/NEWS.d/next/Security/2018-09-10-16-05-39.bpo-34623.Ua9jMv.rst | |
parent | 5bdab641da0afd8aa581dfbde4f82d88d337c4b5 (diff) | |
download | cpython-026337a7101369297c8083047d2f3c6fc9dd1e2b.zip cpython-026337a7101369297c8083047d2f3c6fc9dd1e2b.tar.gz cpython-026337a7101369297c8083047d2f3c6fc9dd1e2b.tar.bz2 |
bpo-34623: Mention CVE-2018-14647 in news entry (GH-9482)
https://bugs.python.org/issue34623
Diffstat (limited to 'Misc/NEWS.d/next/Security/2018-09-10-16-05-39.bpo-34623.Ua9jMv.rst')
-rw-r--r-- | Misc/NEWS.d/next/Security/2018-09-10-16-05-39.bpo-34623.Ua9jMv.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS.d/next/Security/2018-09-10-16-05-39.bpo-34623.Ua9jMv.rst b/Misc/NEWS.d/next/Security/2018-09-10-16-05-39.bpo-34623.Ua9jMv.rst index 31ad92e..cbaa4b7 100644 --- a/Misc/NEWS.d/next/Security/2018-09-10-16-05-39.bpo-34623.Ua9jMv.rst +++ b/Misc/NEWS.d/next/Security/2018-09-10-16-05-39.bpo-34623.Ua9jMv.rst @@ -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. |