Replace xml.etree with defusedxml for SAST scans
This commit is contained in:
@@ -6,7 +6,7 @@ from . import messages as msg
|
|||||||
#from .InstantDemand import InstantDemand
|
#from .InstantDemand import InstantDemand
|
||||||
#from .Reading import Reading
|
#from .Reading import Reading
|
||||||
#from .Total import Total
|
#from .Total import Total
|
||||||
import xml.etree.ElementTree as ET
|
import defusedxml.ElementTree as ET
|
||||||
import socket
|
import socket
|
||||||
|
|
||||||
#==========================================================================
|
#==========================================================================
|
||||||
|
|||||||
Reference in New Issue
Block a user