Switch out xml.etree for defusedxml
Issue #735
resolved
https://pypi.org/project/defusedxml/#defusedxml
Will remove the security errors Codacy complains about
Comments (6)
-
reporter -
reporter Switched to the more secure defusedxml. Tightened up except, added debug log, added test. Refs
#735→ <<cset 018166a01c37>>
-
reporter Adding ref
#735to comments→ <<cset ac9d0fe3b410>>
-
reporter Removing unnecessary pass statement. Refs
#735→ <<cset 6cd1781e1561>>
-
reporter Removing another unnecessary pass statement. Refs
#735. Thanks Codacy!→ <<cset 3bcda5ffeef7>>
-
reporter - changed status to resolved
- Log in to comment
Test added to check XML extraction is taking place, before refactoring that section. Refs
#735→ <<cset 3955b554e953>>