Files
viettranx e4770956cb fix(security): replace stdlib xml.etree.ElementTree with defusedxml
Mitigate XXE Billion Laughs (entity expansion DoS) in DOCX parsing.
5 ET.parse() calls used vulnerable stdlib parser instead of defusedxml
which was already a project dependency.
2026-03-20 21:55:24 +07:00
..