]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] gh-90949: add Expat API to prevent XML deadly allocations (CVE-2025-59375... 3.10
authorSebastian Pipping <sebastian@pipping.org>
Tue, 25 Nov 2025 15:25:12 +0000 (16:25 +0100)
committerGitHub <noreply@github.com>
Tue, 25 Nov 2025 15:25:12 +0000 (15:25 +0000)
commit1173f8068b9a8c1168780532c466c391be10bf67
tree7d99d715738be14e550ee5b1037e8c6901394dd2
parent9524203deefb6d4ea6a502661f855961dee1af85
[3.10] gh-90949: add Expat API to prevent XML deadly allocations (CVE-2025-59375) (GH-139234) (#139532)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Doc/library/pyexpat.rst
Include/pyexpat.h
Lib/test/test_pyexpat.py
Misc/NEWS.d/next/Library/2025-09-22-14-40-11.gh-issue-90949.UM35nb.rst [new file with mode: 0644]
Modules/clinic/pyexpat.c.h
Modules/expat/pyexpatns.h
Modules/pyexpat.c