From 7bcddedcc8614b55e17f0a4a1d06833d5d18a7bc Mon Sep 17 00:00:00 2001 From: arielkru <63583491+arielkru@users.noreply.github.com> Date: Mon, 25 Mar 2024 11:28:04 +0200 Subject: [PATCH 1/2] Update flask.py --- python/flask.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/flask.py b/python/flask.py index 597e894..22c2cd4 100644 --- a/python/flask.py +++ b/python/flask.py @@ -11,6 +11,7 @@ def test_sources_7(something): # comment return "foo" # comment +assert(True) @app.route("/sanitized/") def test_sources_7(something): data = flask.request.args.get("key") From a7f1470c4ae0ffd407ec48f13edfdb1261ade01f Mon Sep 17 00:00:00 2001 From: arielkru <63583491+arielkru@users.noreply.github.com> Date: Mon, 25 Mar 2024 11:36:39 +0200 Subject: [PATCH 2/2] Update flask.py --- python/flask.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/python/flask.py b/python/flask.py index 22c2cd4..dacb447 100644 --- a/python/flask.py +++ b/python/flask.py @@ -12,6 +12,10 @@ def test_sources_7(something): return "foo" # comment assert(True) + + + + @app.route("/sanitized/") def test_sources_7(something): data = flask.request.args.get("key")