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

6 lines
121 B
Plaintext

import python
import semmle.python.web.bottle.General
from BottleRoute route
select route.getUrl(), route.getFunction()