Skip to content

Commit 8fa38cd

Browse files
Merge pull request diffblue#446 from diffblue/bugfix/sakai-rules
Fix to Sakai rules
2 parents f435929 + 638ca2e commit 8fa38cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

benchmarks/GENUINE/Sakai_rules.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
{
5050
"comment": "Obtained ZIP file from potentially tainted file.",
5151
"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",
5353
"input": {
5454
"location": "arg1",
5555
"taint": "Tainted file"
@@ -325,7 +325,7 @@
325325
}
326326
},
327327
{
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.",
329329
"class": "java.util.Map",
330330
"method": "get:(Ljava/lang/Object;)Ljava/lang/Object;",
331331
"input": {
@@ -338,7 +338,7 @@
338338
}
339339
},
340340
{
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.",
342342
"class": "java.util.Map",
343343
"method": "get:(Ljava/lang/Object;)Ljava/lang/Object;",
344344
"input": {

0 commit comments

Comments
 (0)