Files
codeql/python/ql/test/library-tests/web/falcon/Routing.ql

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)