|
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:54 | fail | test_access | a | |
18 | | -| collections.py:54 | fail | test_access | b | |
19 | | -| collections.py:54 | fail | test_access | c | |
20 | | -| collections.py:57 | fail | test_access | h | |
21 | | -| collections.py:59 | fail | test_access | i | |
22 | | -| collections.py:66 | ok | test_dict_access | tainted_dict["name"] | |
23 | | -| collections.py:67 | ok | test_dict_access | tainted_dict[x] | |
24 | | -| collections.py:68 | fail | test_dict_access | tainted_dict.copy() | |
25 | | -| collections.py:72 | fail | test_dict_access | v | |
26 | | -| collections.py:74 | fail | test_dict_access | v | |
27 | | -| collections.py:82 | fail | test_named_tuple | point[0] | |
28 | | -| collections.py:83 | fail | test_named_tuple | point.x | |
29 | | -| collections.py:87 | ok | test_named_tuple | point[1] | |
30 | | -| collections.py:88 | ok | test_named_tuple | point.y | |
31 | | -| collections.py:92 | fail | test_named_tuple | a | |
32 | | -| collections.py:93 | ok | test_named_tuple | b | |
33 | | -| collections.py:101 | fail | test_defaultdict | tainted_default_dict["name"] | |
34 | | -| collections.py:102 | fail | test_defaultdict | tainted_default_dict[x] | |
35 | | -| collections.py:103 | fail | test_defaultdict | tainted_default_dict.copy() | |
36 | | -| collections.py:106 | fail | test_defaultdict | v | |
37 | | -| collections.py:108 | fail | test_defaultdict | v | |
| 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(..) | |
| 21 | +| collections.py:56 | fail | test_access | copy(..) | |
| 22 | +| collections.py:57 | ok | test_access | deepcopy(..) | |
| 23 | +| collections.py:61 | fail | test_access | a | |
| 24 | +| collections.py:61 | fail | test_access | b | |
| 25 | +| collections.py:61 | fail | test_access | c | |
| 26 | +| collections.py:64 | fail | test_access | h | |
| 27 | +| collections.py:66 | fail | test_access | i | |
| 28 | +| collections.py:73 | ok | test_dict_access | tainted_dict["name"] | |
| 29 | +| collections.py:74 | fail | test_dict_access | tainted_dict.get(..) | |
| 30 | +| collections.py:75 | ok | test_dict_access | tainted_dict[x] | |
| 31 | +| collections.py:76 | fail | test_dict_access | tainted_dict.copy() | |
| 32 | +| collections.py:80 | fail | test_dict_access | v | |
| 33 | +| collections.py:82 | fail | test_dict_access | v | |
| 34 | +| collections.py:90 | fail | test_named_tuple | point[0] | |
| 35 | +| collections.py:91 | fail | test_named_tuple | point.x | |
| 36 | +| collections.py:95 | ok | test_named_tuple | point[1] | |
| 37 | +| collections.py:96 | ok | test_named_tuple | point.y | |
| 38 | +| collections.py:100 | fail | test_named_tuple | a | |
| 39 | +| collections.py:101 | ok | test_named_tuple | b | |
| 40 | +| collections.py:109 | fail | test_defaultdict | tainted_default_dict["name"] | |
| 41 | +| collections.py:110 | fail | test_defaultdict | tainted_default_dict.get(..) | |
| 42 | +| collections.py:111 | fail | test_defaultdict | tainted_default_dict[x] | |
| 43 | +| collections.py:112 | fail | test_defaultdict | tainted_default_dict.copy() | |
| 44 | +| collections.py:115 | fail | test_defaultdict | v | |
| 45 | +| collections.py:117 | fail | test_defaultdict | v | |
38 | 46 | | json.py:26 | ok | test | json.dumps(..) | |
39 | 47 | | json.py:27 | ok | test | json.loads(..) | |
40 | 48 | | json.py:34 | fail | test | tainted_filelike | |
|
0 commit comments