CodeQL library for C/C++
codeql/cpp-all 0.12.12-dev (changelog, source)
Search

Predicate modeledTaintStep

Holds if taint can flow from nodeIn to nodeOut through a call to a modeled function.

Import path

import semmle.code.cpp.ir.dataflow.internal.TaintTrackingUtil
predicate modeledTaintStep(Node nodeIn, Node nodeOut, string model)