Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions python/flask.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
import os
from flask import Flask, request
import bleach
import django
app = Flask(__name__)


new_student = django.Student()

# curl -X GET "http://localhost:5000/tainted7/touch%20HELLO"
@app.route("/tainted7/<something>")
def test_sources_7(something):
Expand Down