Skip to content

Commit

Permalink
Merge pull request diffblue#446 from diffblue/bugfix/sakai-rules
Browse files Browse the repository at this point in the history
Fix to Sakai rules
  • Loading branch information
NathanJPhillips authored Jun 8, 2018
2 parents f435929 + 638ca2e commit 8fa38cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions benchmarks/GENUINE/Sakai_rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
{
"comment": "Obtained ZIP file from potentially tainted file.",
"class": "java.util.zip.ZipFile",
"method": "<init>:(Ljava/io/File;Ljava/nio/charset/Charset;)V;",
"method": "<init>:(Ljava/io/File;Ljava/nio/charset/Charset;)V",
"input": {
"location": "arg1",
"taint": "Tainted file"
Expand Down Expand Up @@ -325,7 +325,7 @@
}
},
{
"comment": "Gut an object from a tainted map is a tainted object.",
"comment": "Get an object from a tainted map is a tainted object.",
"class": "java.util.Map",
"method": "get:(Ljava/lang/Object;)Ljava/lang/Object;",
"input": {
Expand All @@ -338,7 +338,7 @@
}
},
{
"comment": "Gut an object from a tainted map is a tainted object.",
"comment": "Get an object from a tainted map is a tainted object.",
"class": "java.util.Map",
"method": "get:(Ljava/lang/Object;)Ljava/lang/Object;",
"input": {
Expand Down

0 comments on commit 8fa38cd

Please sign in to comment.