CodeQL library for Go
codeql/go-all 4.2.2-dev (changelog, source)
Search

Predicate signature InputSig::defaultImplicitTaintRead

Holds if taint flow configurations should allow implicit reads of c at sinks and inputs to additional taint steps defined in the flow Config.

Note that this (deliberately) does not include at additional taint steps defined globally in defaultAdditionalTaintStep. These models are expected to be precise and therefore to not require implicit reads.

signature predicate defaultImplicitTaintRead(Node node, ContentSet c)