Files
codeql/python/ql/test/library-tests/web/falcon/Routing.ql
2020-01-28 13:05:25 +01:00

6 lines
157 B
Plaintext

import python
import semmle.python.web.falcon.General
from FalconRoute route, string method
select route.getUrl(), method, route.getHandlerFunction(method)