Predicate app_route
Holds if route
is routed to func
by decorating func
with app.route(route)
Import path
import semmle.python.web.flask.General
predicate
app_route
(
ControlFlowNode
route
,
Function
func
)