Replace xml.etree with defusedxml for SAST scans

This commit is contained in:
2021-04-02 21:36:56 +00:00
parent 0f2098d884
commit cadbfac97e

View File

@@ -6,7 +6,7 @@ from . import messages as msg
#from .InstantDemand import InstantDemand
#from .Reading import Reading
#from .Total import Total
import xml.etree.ElementTree as ET
import defusedxml.ElementTree as ET
import socket
#==========================================================================