Replace vulnerable XML library
This commit is contained in:
parent
3a7187baba
commit
7c7f768ce4
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