Replace vulnerable XML library
This commit is contained in:
parent
10799a2148
commit
7a9c90a218
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
import json
|
import json
|
||||||
import os
|
import os
|
||||||
import re
|
import re
|
||||||
import xml.etree.ElementTree as etree
|
import defusedxml.ElementTree as etree
|
||||||
|
|
||||||
def process_node(path, node):
|
def process_node(path, node):
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue