File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -518,6 +518,16 @@ unittest
518
518
(Contributed by Garry Cairns in :gh: `134567 `.)
519
519
520
520
521
+ xml.parsers.expat
522
+ -----------------
523
+
524
+ * Add :func: `~xml.parsers.expat.xmlparser.SetAllocTrackerMaximumAmplification `
525
+ and :func: `~xml.parsers.expat.xmlparser.SetAllocTrackerActivationThreshold `
526
+ to :class: `~xml.parsers.expat.xmlparser ` objects to prevent use of
527
+ disproportional amounts of dynamic memory from within an Expat parser.
528
+ (Contributed by Bénédikt Tran in :gh: `90949 `.)
529
+
530
+
521
531
zlib
522
532
----
523
533
Original file line number Diff line number Diff line change
1
+ Add :func: `~xml.parsers.expat.xmlparser.SetAllocTrackerMaximumAmplification `
2
+ and :func: `~xml.parsers.expat.xmlparser.SetAllocTrackerActivationThreshold `
3
+ to :class: `~xml.parsers.expat.xmlparser ` objects to prevent use of
4
+ disproportional amounts of dynamic memory from within an Expat parser. Patch
5
+ by Bénédikt Tran.
You can’t perform that action at this time.
0 commit comments