mirror of
https://github.com/github/codeql.git
synced 2025-12-18 09:43:15 +01:00
9 lines
461 B
Plaintext
9 lines
461 B
Plaintext
WARNING: Type BottleRoute has been deprecated and may be removed in future (Routing.ql:4,6-17)
|
|
| /args | test.py:31:1:31:14 | Function unsafe2 |
|
|
| /bye/<name> | test.py:12:1:12:25 | Function bye |
|
|
| /hello/<name> | test.py:8:1:8:27 | Function hello |
|
|
| /other | test.py:17:1:17:12 | Function other |
|
|
| /wrong/<where> | test.py:27:1:27:31 | Function unsafe |
|
|
| /wrong/url | test.py:23:1:23:11 | Function safe |
|
|
| /xss | test.py:35:1:35:16 | Function maybe_xss |
|