We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f9cd16 commit 7c4a6a1Copy full SHA for 7c4a6a1
2 files changed
python/ql/test/experimental/query-tests/Security/CWE-611/xml_etree.py
@@ -6,8 +6,6 @@
6
7
app = Flask(__name__)
8
9
-# xxe = '<?xml version="1.0"?><!DOCTYPE dt [<!ENTITY xxe SYSTEM "file:///etc/passwd">]><test>&xxe;</test>'
10
-
11
# Parsing
12
13
@app.route("/xml_etree_fromstring")
python/ql/test/experimental/query-tests/Security/CWE-611/xml_sax_make_parser.py
@@ -2,8 +2,6 @@
2
from io import StringIO
3
import xml.sax
4
5
0 commit comments