We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1929ab commit eed0971Copy full SHA for eed0971
1 file changed
python/PoCs/XmlParsing/PoC.py
@@ -82,7 +82,7 @@
82
# other setup
83
84
# we set up local Flask application so we can tests whether loading external resources
85
-# works (such as SSRF from DTD-retrival works)
+# works (such as SSRF from DTD-retrieval works)
86
app = Flask(__name__)
87
88
@app.route("/alive")
0 commit comments