Skip to content

[2.7] bpo-34623: Use XML_SetHashSalt in _elementtree (GH-9146)#9394

Merged
miss-islington merged 1 commit intopython:2.7from
tiran:backport-cb5778f-2.7
Sep 18, 2018
Merged

[2.7] bpo-34623: Use XML_SetHashSalt in _elementtree (GH-9146)#9394
miss-islington merged 1 commit intopython:2.7from
tiran:backport-cb5778f-2.7

Conversation

@tiran
Copy link
Member

@tiran tiran commented Sep 18, 2018

The C accelerated _elementtree module now initializes hash randomization
salt from _Py_HashSecret instead of libexpat's default CPRNG.

Signed-off-by: Christian Heimes christian@python.org

https://bugs.python.org/issue34623.
(cherry picked from commit cb5778f)

Co-authored-by: Christian Heimes christian@python.org

https://bugs.python.org/issue34623

The C accelerated _elementtree module now initializes hash randomization
salt from _Py_HashSecret instead of libexpat's default CPRNG.

Signed-off-by: Christian Heimes <christian@python.org>

https://bugs.python.org/issue34623.
(cherry picked from commit cb5778f)

Co-authored-by: Christian Heimes <christian@python.org>
@tiran tiran force-pushed the backport-cb5778f-2.7 branch from 72ce8c8 to 554c489 Compare September 18, 2018 12:49
@miss-islington
Copy link
Contributor

@tiran: Status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit 18b20ba into python:2.7 Sep 18, 2018
mingwandroid pushed a commit to mingwandroid/cpython that referenced this pull request Feb 18, 2019
…nGH-9394)

The C accelerated _elementtree module now initializes hash randomization
salt from _Py_HashSecret instead of libexpat's default CPRNG.

Signed-off-by: Christian Heimes <christian@python.org>

https://bugs.python.org/issue34623.
(cherry picked from commit cb5778f)

Co-authored-by: Christian Heimes <christian@python.org>

https://bugs.python.org/issue34623
mingwandroid pushed a commit to mingwandroid/cpython that referenced this pull request Feb 23, 2019
…nGH-9394)

The C accelerated _elementtree module now initializes hash randomization
salt from _Py_HashSecret instead of libexpat's default CPRNG.

Signed-off-by: Christian Heimes <christian@python.org>

https://bugs.python.org/issue34623.
(cherry picked from commit cb5778f)

Co-authored-by: Christian Heimes <christian@python.org>

https://bugs.python.org/issue34623
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants