Predicate add_url_rule
Holds if urls matching regex
are routed to func
Import path
import semmle.python.web.flask.General
predicate
add_url_rule
(
ControlFlowNode
regex
,
Function
func
)