Skip to content

Commit 1ff369f

Browse files
committed
Python: Update test results for fabric.api.execute
1 parent 9c75a39 commit 1ff369f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

python/ql/test/library-tests/security/fabric-v1-execute/TestTaint.expected

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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 |
33
| test.py:9 | ok | unsafe | safe_arg | <NO TAINT> |
44
| 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 |
77
| test.py:17 | ok | unsafe | safe_arg | <NO TAINT> |
88
| test.py:17 | ok | unsafe | safe_optional | <NO TAINT> |
99
| test.py:23 | ok | some_http_handler | cmd | externally controlled string |

0 commit comments

Comments
 (0)