]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-127502: Remove XML vulnerability table (GH-135294) (#136360)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 7 Jul 2025 09:10:20 +0000 (11:10 +0200)
committerGitHub <noreply@github.com>
Mon, 7 Jul 2025 09:10:20 +0000 (09:10 +0000)
commit8f5630d7293971a322ac7dda901390a9f1a735c0
tree9c24eeac08e078c57d65b9cef1465142c91e4d43
parent2362cb6c6e81fcfec28f5dcce43d0d13aaf51825
[3.13] gh-127502: Remove XML vulnerability table (GH-135294) (#136360)

gh-127502: Remove XML vulnerability table (GH-135294)

* Remove the table
* Replace warnings with notes

Latest releases of Python 3.9-3.15 include expat 2.7.1 which is not vulnerable.

expat 2.6.0 was released in February 2024.
(cherry picked from commit cb99d992774b67761441e122965ed056bac09241)

Co-authored-by: Victor Stinner <vstinner@python.org>
Doc/library/pyexpat.rst
Doc/library/security_warnings.rst
Doc/library/xml.dom.minidom.rst
Doc/library/xml.dom.pulldom.rst
Doc/library/xml.etree.elementtree.rst
Doc/library/xml.rst
Doc/library/xml.sax.rst
Doc/library/xmlrpc.client.rst
Doc/library/xmlrpc.server.rst