You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The goal of this issue is to update partition_xml so that resolve_entities=False by default to avoid being injected in the XML file from external files.
### Summary
Closes#3078. Sets `resolve_entities=False` for parsing XML with `lxml`
in `partition_xml` to avoid text being dynamically injected into the
document.
### Testing
`pytest test_unstructured/partition/test_xml.py` continues to pass with
the update.
The goal of this issue is to update
partition_xml
so thatresolve_entities=False
by default to avoid being injected in the XML file from external files.References
The text was updated successfully, but these errors were encountered: