Issue 46793: expose expat XML billion laughs attack mitigation APIs (original) (raw)

Issue46793

Created on 2022-02-18 21:27 by gregory.p.smith, last changed 2022-04-11 14:59 by admin.

Messages (2)
msg413513 - (view) Author: Gregory P. Smith (gregory.p.smith) * (Python committer) Date: 2022-02-18 21:27
Quoting from https://github.com/python/cpython/pull/31397#issuecomment-1044796561 """ XML_SetBillionLaughsAttackProtectionActivationThreshold XML_SetBillionLaughsAttackProtectionMaximumAmplification I still hope that someone can make those two^^ accessible (with additional glue code) to the user on pyexpat level in CPython. """ - Sebastian Pipping @hartwork
msg413955 - (view) Author: (sping) * Date: 2022-02-25 02:16
First mention at https://bugs.python.org/issue44394#msg395642
History
Date User Action Args
2022-04-11 14:59:56 admin set github: 90949
2022-02-25 02:16:52 sping set nosy: + spingmessages: +
2022-02-19 01:36:06 corona10 set nosy: + corona10
2022-02-18 21:27:31 gregory.p.smith create