We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eddd12b commit 22ac87dCopy full SHA for 22ac87d
benchmarks/TRAINING/diffblue/taint_traces_05_rules.json
@@ -101,7 +101,7 @@
101
"comment": "Inserting a potentially tainted string into a StringMap container. Making the container tainted.",
102
"id": "StringMap.put(*,String)->*",
103
"class": "StringMap",
104
- "method": "put:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;",
+ "method": "put:(Ljava/lang/Object;Ljava/lang/String;)V",
105
"input": {
106
"location": "arg2",
107
"taint": "<toString(TaintedInputStream.read@byte[])@String>"
0 commit comments