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.
2 parents 504d119 + 7d29436 commit 8128843Copy full SHA for 8128843
java/ql/src/semmle/code/java/frameworks/apache/Lang.qll
@@ -56,7 +56,7 @@ private class ApacheLangArrayUtilsTaintPreservingMethod extends TaintPreservingC
56
or
57
this.hasName("add") and
58
this.getNumberOfParameters() = 2 and
59
- src = [0, 1, 2]
+ src = [0, 1]
60
61
62
this.getNumberOfParameters() = 3 and
0 commit comments