mirror of
https://github.com/github/codeql.git
synced 2026-02-28 21:03:50 +01:00
Update java/ql/src/semmle/code/java/dataflow/internal/TaintTrackingUtil.qll
Fix trailing whitespace
This commit is contained in:
committed by
GitHub
parent
0b20785cce
commit
be862280b2
@@ -511,7 +511,7 @@ private predicate taintPreservingArgumentToMethod(Method method, int arg) {
|
||||
method instanceof JacksonWriteValueMethod and
|
||||
method.getNumberOfParameters() = 1 and
|
||||
arg = 0
|
||||
or
|
||||
or
|
||||
method.getDeclaringType().hasQualifiedName("java.io", "StringWriter") and
|
||||
method.hasName("append") and
|
||||
arg = 0
|
||||
|
||||
Reference in New Issue
Block a user