Python: Update test results for fabric.api.execute

This commit is contained in:
Rasmus Wriedt Larsen
2020-06-04 16:30:03 +02:00
parent 9c75a39b81
commit 1ff369f62d

View File

@@ -1,9 +1,9 @@
| test.py:8 | fail | unsafe | cmd | <NO TAINT> |
| test.py:8 | fail | unsafe | cmd2 | <NO TAINT> |
| test.py:8 | ok | unsafe | cmd | externally controlled string |
| test.py:8 | ok | unsafe | cmd2 | externally controlled string |
| 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:16 | ok | unsafe | cmd | externally controlled string |
| test.py:16 | ok | unsafe | cmd2 | externally controlled string |
| 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 |