File tree 1 file changed +39
-0
lines changed 1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change 63
63
"taint" : " Tainted Set"
64
64
}
65
65
},
66
+ {
67
+ "comment" : " Obtained tainted Set from tainted Map" ,
68
+ "class" : " java.util.HashMap" ,
69
+ "method" : " keySet:()Ljava/util/Set;" ,
70
+ "input" : {
71
+ "location" : " this" ,
72
+ "taint" : " Tainted Map"
73
+ },
74
+ "result" : {
75
+ "location" : " returns" ,
76
+ "taint" : " Tainted Set"
77
+ }
78
+ },
66
79
{
67
80
"comment" : " Obtained tainted Iterator from tainted Set" ,
68
81
"class" : " java.util.Set" ,
76
89
"taint" : " Tainted Iterator"
77
90
}
78
91
},
92
+ {
93
+ "comment" : " Obtained tainted Iterator from tainted Set" ,
94
+ "class" : " java.util.HashMap$KeySet" ,
95
+ "method" : " iterator:()Ljava/util/Iterator;" ,
96
+ "input" : {
97
+ "location" : " this" ,
98
+ "taint" : " Tainted Set"
99
+ },
100
+ "result" : {
101
+ "location" : " returns" ,
102
+ "taint" : " Tainted Iterator"
103
+ }
104
+ },
105
+ {
106
+ "comment" : " Obtained tainted Object from tainted Iterator" ,
107
+ "class" : " java.util.HashMap$KeyIterator" ,
108
+ "method" : " next:()Ljava/lang/Object;" ,
109
+ "input" : {
110
+ "location" : " this" ,
111
+ "taint" : " Tainted Iterator"
112
+ },
113
+ "result" : {
114
+ "location" : " returns" ,
115
+ "taint" : " Tainted Thesaurus"
116
+ }
117
+ },
79
118
{
80
119
"comment" : " Obtained tainted Object from tainted Iterator" ,
81
120
"class" : " java.util.Iterator" ,
You can’t perform that action at this time.
0 commit comments