forked from python/cpython
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pythongh-115398: Increment PyExpat_CAPI_MAGIC for SetReparseDeferralE…
…nabled addition (pythonGH-116301) * Increment PyExpat_CAPI_MAGIC due to SetReparseDeferralEnabled addition. This is a followup to git commit 6a95676 from Github PR python#115623. * RESTify news API list.
- Loading branch information
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
Misc/NEWS.d/next/Security/2024-02-18-03-14-40.gh-issue-115398.tzvxH8.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Allow controlling Expat >=2.6.0 reparse deferral (CVE-2023-52425) by adding | ||
five new methods: | ||
|
||
* ``xml.etree.ElementTree.XMLParser.flush`` | ||
* ``xml.etree.ElementTree.XMLPullParser.flush`` | ||
* ``xml.parsers.expat.xmlparser.GetReparseDeferralEnabled`` | ||
* ``xml.parsers.expat.xmlparser.SetReparseDeferralEnabled`` | ||
* ``xml.sax.expatreader.ExpatParser.flush`` | ||
* :meth:`xml.etree.ElementTree.XMLParser.flush` | ||
* :meth:`xml.etree.ElementTree.XMLPullParser.flush` | ||
* :meth:`xml.parsers.expat.xmlparser.GetReparseDeferralEnabled` | ||
* :meth:`xml.parsers.expat.xmlparser.SetReparseDeferralEnabled` | ||
* :meth:`xml.sax.expatreader.ExpatParser.flush` |