Reformat TaintTrackingUtil.qll with more recent CodeQL CLI

This commit is contained in:
Luke Cartey
2021-01-29 11:27:30 +00:00
committed by GitHub
parent 5c6f5b7b33
commit 76c9b6466e

View File

@@ -686,8 +686,7 @@ private class FormatterCallable extends TaintPreservingCallable {
(
this.hasName(["format", "out", "toString"])
or
this
.(Constructor)
this.(Constructor)
.getParameterType(0)
.(RefType)
.getASourceSupertype*()