CodeQL library for C/C++
codeql/cpp-all 0.7.1 ( 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 )