mirror of
https://github.com/github/codeql.git
synced 2026-05-01 19:55:15 +02:00
Reformat TaintTrackingUtil.qll with more recent CodeQL CLI
This commit is contained in:
@@ -686,8 +686,7 @@ private class FormatterCallable extends TaintPreservingCallable {
|
||||
(
|
||||
this.hasName(["format", "out", "toString"])
|
||||
or
|
||||
this
|
||||
.(Constructor)
|
||||
this.(Constructor)
|
||||
.getParameterType(0)
|
||||
.(RefType)
|
||||
.getASourceSupertype*()
|
||||
|
||||
Reference in New Issue
Block a user