Files
codeql/python/ql/test/library-tests/web/flask/Taint.expected
Rasmus Wriedt Larsen 7d5e35a7aa Python: Expand flask tests to use "variable rules"
which is what flask calls them. wildcard rules in bottle, django doesn't even
give them a proper term :(
2020-05-12 14:23:24 +02:00

22 lines
1.1 KiB
Plaintext

| test.py:22 | Attribute() | flask/MyView.as.view |
| test.py:25 | the_view | flask/MyView.as.view |
| test.py:29 | Attribute | {externally controlled string} |
| test.py:29 | Attribute() | externally controlled string |
| test.py:33 | Attribute | {externally controlled string} |
| test.py:33 | Subscript | externally controlled string |
| test.py:35 | Attribute | {externally controlled string} |
| test.py:35 | Subscript | externally controlled string |
| test.py:40 | Attribute | {externally controlled string} |
| test.py:40 | Attribute() | externally controlled string |
| test.py:41 | BinaryExpr | externally controlled string |
| test.py:41 | first_name | externally controlled string |
| test.py:41 | make_response() | flask.Response |
| test.py:45 | Attribute | {externally controlled string} |
| test.py:45 | Attribute() | externally controlled string |
| test.py:46 | first_name | externally controlled string |
| test.py:46 | make_response() | flask.Response |
| test.py:50 | make_response() | flask.Response |
| test.py:54 | make_response() | flask.Response |
| test.py:60 | make_response() | flask.Response |
| test.py:64 | make_response() | flask.Response |