|
1 | | -| collections.py:16 | ok | test_access | tainted_list.copy() | |
2 | | -| string.py:17 | ok | str_methods | ts.casefold() | |
3 | | -| string.py:19 | ok | str_methods | ts.format_map(..) | |
4 | | -| string.py:20 | ok | str_methods | "{unsafe}".format_map(..) | |
5 | | -| string.py:31 | fail | binary_decode_encode | base64.a85encode(..) | |
6 | | -| string.py:32 | fail | binary_decode_encode | base64.a85decode(..) | |
7 | | -| string.py:35 | fail | binary_decode_encode | base64.b85encode(..) | |
8 | | -| string.py:36 | fail | binary_decode_encode | base64.b85decode(..) | |
9 | | -| string.py:39 | fail | binary_decode_encode | base64.encodebytes(..) | |
10 | | -| string.py:40 | fail | binary_decode_encode | base64.decodebytes(..) | |
11 | | -| string.py:48 | ok | f_strings | Fstring | |
12 | | -| unpacking.py:18 | ok | extended_unpacking | first | |
13 | | -| unpacking.py:18 | ok | extended_unpacking | last | |
14 | | -| unpacking.py:18 | ok | extended_unpacking | rest | |
15 | | -| unpacking.py:23 | ok | also_allowed | a | |
16 | | -| unpacking.py:31 | ok | also_allowed | b | |
17 | | -| unpacking.py:31 | ok | also_allowed | c | |
18 | | -| unpacking.py:39 | ok | nested | x | |
19 | | -| unpacking.py:39 | ok | nested | xs | |
20 | | -| unpacking.py:39 | ok | nested | ys | |
| 1 | +| collections_.py:16 | ok | test_access | tainted_list.copy() | |
| 2 | +| collections_.py:24 | ok | list_clear | tainted_list | |
| 3 | +| collections_.py:27 | fail | list_clear | tainted_list | |
| 4 | +| string_.py:17 | ok | str_methods | ts.casefold() | |
| 5 | +| string_.py:19 | ok | str_methods | ts.format_map(..) | |
| 6 | +| string_.py:20 | ok | str_methods | "{unsafe}".format_map(..) | |
| 7 | +| string_.py:31 | fail | binary_decode_encode | base64.a85encode(..) | |
| 8 | +| string_.py:32 | fail | binary_decode_encode | base64.a85decode(..) | |
| 9 | +| string_.py:35 | fail | binary_decode_encode | base64.b85encode(..) | |
| 10 | +| string_.py:36 | fail | binary_decode_encode | base64.b85decode(..) | |
| 11 | +| string_.py:39 | fail | binary_decode_encode | base64.encodebytes(..) | |
| 12 | +| string_.py:40 | fail | binary_decode_encode | base64.decodebytes(..) | |
| 13 | +| string_.py:48 | ok | f_strings | Fstring | |
| 14 | +| unpacking_.py:18 | ok | extended_unpacking | first | |
| 15 | +| unpacking_.py:18 | ok | extended_unpacking | last | |
| 16 | +| unpacking_.py:18 | ok | extended_unpacking | rest | |
| 17 | +| unpacking_.py:23 | ok | also_allowed | a | |
| 18 | +| unpacking_.py:31 | ok | also_allowed | b | |
| 19 | +| unpacking_.py:31 | ok | also_allowed | c | |
| 20 | +| unpacking_.py:39 | ok | nested | x | |
| 21 | +| unpacking_.py:39 | ok | nested | xs | |
| 22 | +| unpacking_.py:39 | ok | nested | ys | |
0 commit comments