File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
python/ql/test/library-tests/security/fabric-v1-execute Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- | test.py:8 | fail | unsafe | cmd | <NO TAINT> |
2
- | test.py:8 | fail | unsafe | cmd2 | <NO TAINT> |
1
+ | test.py:8 | ok | unsafe | cmd | externally controlled string |
2
+ | test.py:8 | ok | unsafe | cmd2 | externally controlled string |
3
3
| test.py:9 | ok | unsafe | safe_arg | <NO TAINT> |
4
4
| test.py:9 | ok | unsafe | safe_optional | <NO TAINT> |
5
- | test.py:16 | fail | unsafe | cmd | <NO TAINT> |
6
- | test.py:16 | fail | unsafe | cmd2 | <NO TAINT> |
5
+ | test.py:16 | ok | unsafe | cmd | externally controlled string |
6
+ | test.py:16 | ok | unsafe | cmd2 | externally controlled string |
7
7
| test.py:17 | ok | unsafe | safe_arg | <NO TAINT> |
8
8
| test.py:17 | ok | unsafe | safe_optional | <NO TAINT> |
9
9
| test.py:23 | ok | some_http_handler | cmd | externally controlled string |
You can’t perform that action at this time.
0 commit comments