Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e43032 commit ce85ac3Copy full SHA for ce85ac3
1 file changed
python/ql/test/experimental/library-tests/frameworks/flask/routing_test.py
@@ -10,7 +10,6 @@ def some_route(): # $routeHandler
10
return make_response("some_route")
11
12
13
-# TODO: We should be able to handle this one
14
def index(): # $routeHandler
15
return make_response("index")
16
app.add_url_rule('/index', 'index', index) # $routeSetup="/index"
0 commit comments