mirror of
https://github.com/github/codeql.git
synced 2025-12-18 09:43:15 +01:00
which is what flask calls them. wildcard rules in bottle, django doesn't even give them a proper term :(
11 lines
377 B
Plaintext
11 lines
377 B
Plaintext
| / | Function hello_world |
|
|
| /complex/<string(length=2):lang_code> | Function complex |
|
|
| /dangerous | Function dangerous |
|
|
| /dangerous-with-cfg-split | Function dangerous2 |
|
|
| /foo/<path:subpath> | Function foo |
|
|
| /hello/<name> | Function hello |
|
|
| /multiple/bar/<bar> | Function multiple |
|
|
| /safe | Function safe |
|
|
| /the/ | Function get |
|
|
| /unsafe | Function unsafe |
|