Files
codeql/python/ql/test/library-tests/web/falcon/Taint.expected

21 lines
975 B
Plaintext

| test.py:9 | req | falcon.request |
| test.py:9 | resp | falcon.response |
| test.py:10 | Attribute | file[externally controlled string] |
| test.py:10 | Attribute() | externally controlled string |
| test.py:10 | req | falcon.request |
| test.py:11 | Attribute() | json[externally controlled string] |
| test.py:11 | raw_json | externally controlled string |
| test.py:12 | resp | falcon.response |
| test.py:13 | Dict | {json[externally controlled string]} |
| test.py:15 | result | json[externally controlled string] |
| test.py:17 | result | {json[externally controlled string]} |
| test.py:19 | req | falcon.request |
| test.py:19 | resp | falcon.response |
| test.py:22 | req | falcon.request |
| test.py:22 | resp | falcon.response |
| test.py:23 | Attribute | wsgi.environment |
| test.py:23 | req | falcon.request |
| test.py:24 | Subscript | externally controlled string |
| test.py:24 | env | wsgi.environment |
| test.py:25 | qs | externally controlled string |