mirror of
https://github.com/github/codeql.git
synced 2025-12-18 18:10:39 +01:00
12 lines
479 B
Plaintext
12 lines
479 B
Plaintext
WARNING: Predicate flask_routing has been deprecated and may be removed in future (Routing.ql:5,7-20)
|
|
| / | 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 |
|