Skip to content

Commit

Permalink
Document new CVE-2023-52425 Expat API (reparse deferral)
Browse files Browse the repository at this point in the history
  • Loading branch information
hartwork committed Feb 18, 2024
1 parent b737f03 commit 850e46d
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Allow controlling Expat >=2.6.0 reparse deferral (CVE-2023-52425) by adding
five new methods:

* ``pyexpat.xmlparser.GetReparseDeferralEnabled``
* ``pyexpat.xmlparser.SetReparseDeferralEnabled``
* ``xml.etree.ElementTree.XMLParser.flush``
* ``xml.etree.ElementTree.XMLPullParser.flush``
* ``xml.sax.expatreader.ExpatParser.flush``

0 comments on commit 850e46d

Please sign in to comment.