Files
codeql/python/ql/test/library-tests/web/flask/Routing.expected
2022-02-04 12:02:09 +01:00

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 |