mirror of
https://github.com/github/codeql.git
synced 2026-05-01 11:45:14 +02:00
Test polish
This commit is contained in:
@@ -6,8 +6,6 @@ import lxml.etree
|
||||
|
||||
app = Flask(__name__)
|
||||
|
||||
# xxe = '<?xml version="1.0"?><!DOCTYPE dt [<!ENTITY xxe SYSTEM "file:///etc/passwd">]><test>&xxe;</test>'
|
||||
|
||||
# Parsing
|
||||
|
||||
@app.route("/xml_etree_fromstring")
|
||||
|
||||
@@ -2,8 +2,6 @@ from flask import request, Flask
|
||||
from io import StringIO
|
||||
import xml.sax
|
||||
|
||||
# xxe = '<?xml version="1.0"?><!DOCTYPE dt [<!ENTITY xxe SYSTEM "file:///etc/passwd">]><test>&xxe;</test>'
|
||||
|
||||
app = Flask(__name__)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user