Test polish

This commit is contained in:
jorgectf
2022-02-08 17:50:39 +01:00
parent 8f9cd16806
commit 7c4a6a12b0
2 changed files with 0 additions and 4 deletions

View File

@@ -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")

View File

@@ -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__)