]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-127502: Remove XML vulnerability table (GH-135294)
authorVictor Stinner <vstinner@python.org>
Mon, 7 Jul 2025 09:03:07 +0000 (11:03 +0200)
committerGitHub <noreply@github.com>
Mon, 7 Jul 2025 09:03:07 +0000 (11:03 +0200)
commitcb99d992774b67761441e122965ed056bac09241
tree37956c75c2cd7f32d620bec6868313aa47ca4aa9
parentd05423a90ce0ee9ad5207dce3dd06ab2397f3d6e
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.
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