Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.10] gh-115133: Fix tests for XMLPullParser with Expat 2.6.0 (GH-115164) #115525

Merged
merged 1 commit into from
Feb 19, 2024

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Feb 15, 2024

Feeding the parser by too small chunks defers parsing to prevent
CVE-2023-52425. Future versions of Expat may be more reactive.
(cherry picked from commit 4a08e7b)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com

…GH-115164)

Feeding the parser by too small chunks defers parsing to prevent
CVE-2023-52425. Future versions of Expat may be more reactive.
(cherry picked from commit 4a08e7b)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@sethmlarson
Copy link
Contributor

Marked as release-blocker since it blocks #115473

@pablogsal pablogsal merged commit d9c79e1 into python:3.10 Feb 19, 2024
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-blocker tests Tests in the Lib/test dir
Projects
Development

Successfully merging this pull request may close these issues.

4 participants