]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-127502: Remove XML vulnerability table (GH-135294) (#136359)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 7 Jul 2025 09:08:41 +0000 (11:08 +0200)
committerGitHub <noreply@github.com>
Mon, 7 Jul 2025 09:08:41 +0000 (09:08 +0000)
commitaa1800b75513a67b47ed8075970158975329e321
treec2795caaf4e00efc27ca8776cb80c514d2be6f6d
parent22fad16ebc707706d18d067ed12cbbe0c8181a03
[3.14] gh-127502: Remove XML vulnerability table (GH-135294) (#136359)

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