Skip to content

Commit 8128843

Browse files
committed
Merge branch 'ArrayUtils' of github.com:pwntester/codeql-1 into ArrayUtils
2 parents 504d119 + 7d29436 commit 8128843

File tree

1 file changed

+1
-1
lines changed
  • java/ql/src/semmle/code/java/frameworks/apache

1 file changed

+1
-1
lines changed

java/ql/src/semmle/code/java/frameworks/apache/Lang.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ private class ApacheLangArrayUtilsTaintPreservingMethod extends TaintPreservingC
5656
or
5757
this.hasName("add") and
5858
this.getNumberOfParameters() = 2 and
59-
src = [0, 1, 2]
59+
src = [0, 1]
6060
or
6161
this.hasName("add") and
6262
this.getNumberOfParameters() = 3 and

0 commit comments

Comments
 (0)