|
1 | 1 | | collections.py:24 | ok | test_construction | tainted_string | |
2 | | -| collections.py:25 | fail | test_construction | tainted_list | |
3 | | -| collections.py:26 | fail | test_construction | tainted_tuple | |
4 | | -| collections.py:27 | fail | test_construction | tainted_set | |
5 | | -| collections.py:28 | fail | test_construction | tainted_dict | |
6 | | -| collections.py:32 | fail | test_construction | list(..) | |
7 | | -| collections.py:33 | fail | test_construction | list(..) | |
8 | | -| collections.py:34 | fail | test_construction | list(..) | |
9 | | -| collections.py:35 | fail | test_construction | list(..) | |
10 | | -| collections.py:36 | fail | test_construction | list(..) | |
11 | | -| collections.py:38 | fail | test_construction | tuple(..) | |
12 | | -| collections.py:39 | fail | test_construction | set(..) | |
13 | | -| collections.py:40 | fail | test_construction | frozenset(..) | |
| 2 | +| collections.py:25 | ok | test_construction | tainted_list | |
| 3 | +| collections.py:26 | ok | test_construction | tainted_tuple | |
| 4 | +| collections.py:27 | ok | test_construction | tainted_set | |
| 5 | +| collections.py:28 | ok | test_construction | tainted_dict | |
| 6 | +| collections.py:32 | ok | test_construction | list(..) | |
| 7 | +| collections.py:33 | ok | test_construction | list(..) | |
| 8 | +| collections.py:34 | ok | test_construction | list(..) | |
| 9 | +| collections.py:35 | ok | test_construction | list(..) | |
| 10 | +| collections.py:36 | ok | test_construction | list(..) | |
| 11 | +| collections.py:38 | ok | test_construction | tuple(..) | |
| 12 | +| collections.py:39 | ok | test_construction | set(..) | |
| 13 | +| collections.py:40 | ok | test_construction | frozenset(..) | |
14 | 14 | | collections.py:48 | ok | test_access | tainted_list[0] | |
15 | 15 | | collections.py:49 | ok | test_access | tainted_list[x] | |
16 | 16 | | collections.py:50 | ok | test_access | tainted_list[Slice] | |
17 | | -| collections.py:52 | fail | test_access | sorted(..) | |
18 | | -| collections.py:53 | fail | test_access | reversed(..) | |
19 | | -| collections.py:54 | fail | test_access | iter(..) | |
20 | | -| collections.py:55 | fail | test_access | next(..) | |
| 17 | +| collections.py:52 | ok | test_access | sorted(..) | |
| 18 | +| collections.py:53 | ok | test_access | reversed(..) | |
| 19 | +| collections.py:54 | ok | test_access | iter(..) | |
| 20 | +| collections.py:55 | ok | test_access | next(..) | |
21 | 21 | | collections.py:56 | fail | test_access | copy(..) | |
22 | 22 | | collections.py:57 | ok | test_access | deepcopy(..) | |
23 | 23 | | collections.py:61 | fail | test_access | a | |
|
26 | 26 | | collections.py:64 | fail | test_access | h | |
27 | 27 | | collections.py:66 | fail | test_access | i | |
28 | 28 | | collections.py:73 | ok | test_dict_access | tainted_dict["name"] | |
29 | | -| collections.py:74 | fail | test_dict_access | tainted_dict.get(..) | |
| 29 | +| collections.py:74 | ok | test_dict_access | tainted_dict.get(..) | |
30 | 30 | | collections.py:75 | ok | test_dict_access | tainted_dict[x] | |
31 | | -| collections.py:76 | fail | test_dict_access | tainted_dict.copy() | |
| 31 | +| collections.py:76 | ok | test_dict_access | tainted_dict.copy() | |
32 | 32 | | collections.py:80 | fail | test_dict_access | v | |
33 | 33 | | collections.py:82 | fail | test_dict_access | v | |
34 | 34 | | collections.py:90 | fail | test_named_tuple | point[0] | |
|
70 | 70 | | string.py:49 | ok | str_methods | "{}".format(..) | |
71 | 71 | | string.py:50 | ok | str_methods | "{unsafe}".format(..) | |
72 | 72 | | string.py:52 | ok | str_methods | ts.join(..) | |
73 | | -| string.py:53 | fail | str_methods | "".join(..) | |
| 73 | +| string.py:53 | ok | str_methods | "".join(..) | |
74 | 74 | | string.py:55 | ok | str_methods | ts.ljust(..) | |
75 | 75 | | string.py:56 | ok | str_methods | ts.lstrip() | |
76 | 76 | | string.py:57 | ok | str_methods | ts.lower() | |
|
99 | 99 | | string.py:100 | fail | non_syntactic | _str(..) | |
100 | 100 | | string.py:109 | ok | percent_fmt | BinaryExpr | |
101 | 101 | | string.py:110 | ok | percent_fmt | BinaryExpr | |
102 | | -| string.py:111 | fail | percent_fmt | BinaryExpr | |
| 102 | +| string.py:111 | ok | percent_fmt | BinaryExpr | |
103 | 103 | | string.py:121 | fail | binary_decode_encode | base64.b64encode(..) | |
104 | 104 | | string.py:122 | fail | binary_decode_encode | base64.b64decode(..) | |
105 | 105 | | string.py:124 | fail | binary_decode_encode | base64.standard_b64encode(..) | |
|
0 commit comments