Files
codeql/python/ql/test/library-tests/web/flask/Taint.expected
2019-11-12 10:36:10 +01:00

18 lines
974 B
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 |