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
This means if it's not installed then the library is wide open to various XML attacks similar to those prevented in defusedxml. Further, the defusedexpat library itself appears to be unmaintained, so there may be some insecurities we could search for there as well.
The text was updated successfully, but these errors were encountered:
The
xmltodict
library is a widely used XML parsing module. We should check for insecure use of this library. A couple checks come to mind:disable_entities
kwarg.defusedexpat
is installed. The library checks for this like so:This means if it's not installed then the library is wide open to various XML attacks similar to those prevented in
defusedxml
. Further, thedefusedexpat
library itself appears to be unmaintained, so there may be some insecurities we could search for there as well.The text was updated successfully, but these errors were encountered: