Skip to content

Commit

Permalink
Merge pull request #1413 from maurosoria/security-fix
Browse files Browse the repository at this point in the history
Security fix
  • Loading branch information
maurosoria authored Oct 17, 2024
2 parents 7595b02 + 180e26e commit ad431ff
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 ad431ff

Please sign in to comment.