Skip to content

Commit 3eb1813

Browse files
committed
Python: update test expectations
1 parent c9b2c78 commit 3eb1813

File tree

1 file changed

+11
-11
lines changed
  • python/ql/test/experimental/dataflow/tainttracking/defaultAdditionalTaintStep-py3

1 file changed

+11
-11
lines changed

python/ql/test/experimental/dataflow/tainttracking/defaultAdditionalTaintStep-py3/TestTaint.expected

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
| test_collections.py:16 | ok | test_access | tainted_list.copy() |
22
| test_collections.py:24 | ok | list_clear | tainted_list |
33
| test_collections.py:27 | fail | list_clear | tainted_list |
4-
| test_pathlib.py:26 | fail | test_basic | tainted_path |
5-
| test_pathlib.py:28 | fail | test_basic | tainted_pure_path |
6-
| test_pathlib.py:29 | fail | test_basic | tainted_pure_posix_path |
7-
| test_pathlib.py:30 | fail | test_basic | tainted_pure_windows_path |
8-
| test_pathlib.py:32 | fail | test_basic | BinaryExpr |
4+
| test_pathlib.py:26 | ok | test_basic | tainted_path |
5+
| test_pathlib.py:28 | ok | test_basic | tainted_pure_path |
6+
| test_pathlib.py:29 | ok | test_basic | tainted_pure_posix_path |
7+
| test_pathlib.py:30 | ok | test_basic | tainted_pure_windows_path |
8+
| test_pathlib.py:32 | ok | test_basic | BinaryExpr |
99
| test_pathlib.py:33 | fail | test_basic | BinaryExpr |
10-
| test_pathlib.py:35 | fail | test_basic | tainted_path.joinpath(..) |
11-
| test_pathlib.py:36 | fail | test_basic | pathlib.Path(..).joinpath(..) |
12-
| test_pathlib.py:37 | fail | test_basic | pathlib.Path(..).joinpath(..) |
13-
| test_pathlib.py:39 | fail | test_basic | str(..) |
14-
| test_pathlib.py:49 | fail | test_basic | tainted_posix_path |
15-
| test_pathlib.py:55 | fail | test_basic | tainted_windows_path |
10+
| test_pathlib.py:35 | ok | test_basic | tainted_path.joinpath(..) |
11+
| test_pathlib.py:36 | ok | test_basic | pathlib.Path(..).joinpath(..) |
12+
| test_pathlib.py:37 | ok | test_basic | pathlib.Path(..).joinpath(..) |
13+
| test_pathlib.py:39 | ok | test_basic | str(..) |
14+
| test_pathlib.py:49 | ok | test_basic | tainted_posix_path |
15+
| test_pathlib.py:55 | ok | test_basic | tainted_windows_path |
1616
| test_string.py:17 | ok | str_methods | ts.casefold() |
1717
| test_string.py:19 | ok | str_methods | ts.format_map(..) |
1818
| test_string.py:20 | ok | str_methods | "{unsafe}".format_map(..) |

0 commit comments

Comments
 (0)