gh-131261: Update libexpat to 2.7.0 (CVE-2024-8176) by gpshead · Pull Request #131272 · python/cpython (original) (raw)
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 andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation16 Commits5 Checks58 Files changed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})
Member
gpshead commented
•
edited by bedevere-appbot
Loading
gpshead changed the title
gh-131261: Update the libexpat to 2.7.0 (CVE-2024-8176) gh-131261: Update libexpat to 2.7.0 (CVE-2024-8176)
@@ -0,0 +1 @@ |
---|
Upgrade to libexpat 2.7.0 |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this mention the CVE?
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the previous 2.6.3 update didn't so I didn't here, but maybe? no strong opinion myself.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, I don't think it's necessary to mention the CVE in the changelog as the component is recorded in an SBOM.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I confirm that the patch matches 2.7.0.
I didn't review the patch itself; I'd probably need days to grok the code.
Thanks @gpshead for the PR, and @encukou for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9, 3.10, 3.11, 3.12, 3.13.
🐍🍒⛏🤖
Sorry, @gpshead and @encukou, I could not cleanly backport this to 3.13
due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker bb0268f60dfe903a9bdb8d84104247a9318c6b18 3.13
Sorry, @gpshead and @encukou, I could not cleanly backport this to 3.12
due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker bb0268f60dfe903a9bdb8d84104247a9318c6b18 3.12
Sorry, @gpshead and @encukou, I could not cleanly backport this to 3.11
due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker bb0268f60dfe903a9bdb8d84104247a9318c6b18 3.11
Sorry, @gpshead and @encukou, I could not cleanly backport this to 3.10
due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker bb0268f60dfe903a9bdb8d84104247a9318c6b18 3.10
Sorry, @gpshead and @encukou, I could not cleanly backport this to 3.9
due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker bb0268f60dfe903a9bdb8d84104247a9318c6b18 3.9
encukou pushed a commit to encukou/cpython that referenced this pull request
(cherry picked from commit bb0268f)
Co-authored-by: Gregory P. Smith greg@krypto.org
plashchynski pushed a commit to plashchynski/cpython that referenced this pull request
pablogsal pushed a commit that referenced this pull request
ambv pushed a commit that referenced this pull request
(cherry picked from commit bb0268f) (cherry picked from commit 6af54d2)
Co-authored-by: Petr Viktorin encukou@gmail.com Co-authored-by: Gregory P. Smith greg@krypto.org
ambv pushed a commit that referenced this pull request
(cherry picked from commit bb0268f) (cherry picked from commit 6af54d2)
Co-authored-by: Petr Viktorin encukou@gmail.com Co-authored-by: Gregory P. Smith greg@krypto.org
seehwan pushed a commit to seehwan/cpython that referenced this pull request