mirror of
https://github.com/github/codeql.git
synced 2026-04-01 13:18:20 +02:00
7 lines
190 B
Plaintext
7 lines
190 B
Plaintext
import python
|
|
import semmle.python.web.flask.General
|
|
|
|
from ControlFlowNode regex, Function func
|
|
where flask_routing(regex, func)
|
|
select regex.getNode().(StrConst).getText(), func.toString()
|