File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 49
49
{
50
50
"comment" : " Obtained ZIP file from potentially tainted file." ,
51
51
"class" : " java.util.zip.ZipFile" ,
52
- "method" : " <init>:(Ljava/io/File;Ljava/nio/charset/Charset;)V; " ,
52
+ "method" : " <init>:(Ljava/io/File;Ljava/nio/charset/Charset;)V" ,
53
53
"input" : {
54
54
"location" : " arg1" ,
55
55
"taint" : " Tainted file"
325
325
}
326
326
},
327
327
{
328
- "comment" : " Gut an object from a tainted map is a tainted object." ,
328
+ "comment" : " Get an object from a tainted map is a tainted object." ,
329
329
"class" : " java.util.Map" ,
330
330
"method" : " get:(Ljava/lang/Object;)Ljava/lang/Object;" ,
331
331
"input" : {
338
338
}
339
339
},
340
340
{
341
- "comment" : " Gut an object from a tainted map is a tainted object." ,
341
+ "comment" : " Get an object from a tainted map is a tainted object." ,
342
342
"class" : " java.util.Map" ,
343
343
"method" : " get:(Ljava/lang/Object;)Ljava/lang/Object;" ,
344
344
"input" : {
You can’t perform that action at this time.
0 commit comments