Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7d29436

Browse files
Alvaro Muñozjoefarebrother
andauthored
Update java/ql/src/semmle/code/java/frameworks/apache/Lang.qll
Co-authored-by: Joe Farebrother <[email protected]>
1 parent 8606386 commit 7d29436

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • java/ql/src/semmle/code/java/frameworks/apache

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)