Skip to content

Commit

Permalink
Switch to defusedxml
Browse files Browse the repository at this point in the history
  • Loading branch information
shelld3v committed Oct 17, 2024
1 parent 7595b02 commit 180e26e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/report/xml_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#
# Author: Mauro Soria

from xml.etree import ElementTree as ET
from defusedxml import ElementTree as ET

from lib.core.decorators import locked
from lib.core.settings import (
Expand Down

0 comments on commit 180e26e

Please sign in to comment.