mirror of
https://github.com/github/codeql.git
synced 2026-01-08 20:20:34 +01:00
8 lines
123 B
Plaintext
8 lines
123 B
Plaintext
import python
|
|
|
|
import semmle.python.web.bottle.General
|
|
|
|
from BottleRoute route
|
|
|
|
select route.getUrl(), route.getFunction()
|