8000 gh-131261: Update libexpat to 2.7.0 (CVE-2024-8176) by gpshead · Pull Request #131272 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-131261: Update libexpat to 2.7.0 (CVE-2024-8176) #131272

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

Merged
merged 5 commits into from
Mar 17, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
update the count of expected warnings in xmlparse on macOS
  • Loading branch information
gpshead committed Mar 15, 2025
commit 9b002321597956723fc3dff015ab0d4589fda834
2 changes: 1 addition & 1 deletion Tools/build/.warningignore_macos
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
# Format example:
# /path/to/file (number of warnings in file)
Modules/expat/siphash.h 7
Modules/expat/xmlparse.c 8
Modules/expat/xmlparse.c 13
Modules/expat/xmltok.c 3
Modules/expat/xmltok_impl.c 26
Loading
0