Files
codeql/python/ql/test/library-tests/security/fabric-v1-execute/TestTaint.expected
2020-05-26 10:20:22 +02:00

11 lines
587 B
Plaintext

| test.py:8 | fail | unsafe | cmd | <NO TAINT> |
| test.py:8 | fail | unsafe | cmd2 | <NO TAINT> |
| test.py:9 | ok | unsafe | safe_arg | <NO TAINT> |
| test.py:9 | ok | unsafe | safe_optional | <NO TAINT> |
| test.py:16 | fail | unsafe | cmd | <NO TAINT> |
| test.py:16 | fail | unsafe | cmd2 | <NO TAINT> |
| test.py:17 | ok | unsafe | safe_arg | <NO TAINT> |
| test.py:17 | ok | unsafe | safe_optional | <NO TAINT> |
| test.py:23 | ok | some_http_handler | cmd | externally controlled string |
| test.py:23 | ok | some_http_handler | cmd2 | externally controlled string |