mirror of
https://github.com/github/codeql.git
synced 2026-05-03 04:39:29 +02:00
Merge branch 'ArrayUtils' of github.com:pwntester/codeql-1 into ArrayUtils
This commit is contained in:
@@ -56,7 +56,7 @@ private class ApacheLangArrayUtilsTaintPreservingMethod extends TaintPreservingC
|
||||
or
|
||||
this.hasName("add") and
|
||||
this.getNumberOfParameters() = 2 and
|
||||
src = [0, 1, 2]
|
||||
src = [0, 1]
|
||||
or
|
||||
this.hasName("add") and
|
||||
this.getNumberOfParameters() = 3 and
|
||||
|
||||
Reference in New Issue
Block a user