mirror of
https://github.com/github/codeql.git
synced 2026-01-25 20:32:58 +01:00
9 lines
160 B
Plaintext
9 lines
160 B
Plaintext
import python
|
|
|
|
import semmle.python.web.falcon.General
|
|
|
|
from FalconRoute route, string method
|
|
|
|
select route.getUrl(), method, route.getHandlerFunction(method)
|
|
|