Update java/ql/src/semmle/code/java/dataflow/internal/TaintTrackingUtil.qll

Fix trailing whitespace
This commit is contained in:
Anders Schack-Mulligen
2020-06-08 09:18:39 +02:00
committed by GitHub
parent 0b20785cce
commit be862280b2

View File

@@ -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