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.11] gh-115133: Fix tests for XMLPullParser with Expat 2.6.0 (GH-115164) #115289

Merged
merged 1 commit into from
Feb 11, 2024

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Feb 11, 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>
@bedevere-app bedevere-app bot added the tests Tests in the Lib/test dir label Feb 11, 2024
@serhiy-storchaka serhiy-storchaka enabled auto-merge (squash) February 11, 2024 10:09
@serhiy-storchaka serhiy-storchaka merged commit 3501eca into python:3.11 Feb 11, 2024
24 checks passed
bmwiedemann pushed a commit to bmwiedemann/openSUSE that referenced this pull request Feb 18, 2024
https://build.opensuse.org/request/show/1146838
by user mcepl + anag+factory
Forwarded request #1146787 from dgarcia

- Add upstream patch libexpat260.patch, Fix tests for XMLPullParser
    with Expat 2.6.0, gh#python/cpython#115289
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests Tests in the Lib/test dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants