CodeQL library for C#
codeql/csharp-all 0.10.0 (changelog, source)
Search

Predicate Make::Private::Steps::summaryThroughStepTaint

Holds if arg flows to out using a simple flow summary involving taint step, that is, a flow summary without reads and stores.

NOTE: This step should not be used in global data-flow/taint-tracking, but may be useful to include in the exposed local data-flow/taint-tracking relations.

Import path

import codeql.dataflow.internal.FlowSummaryImpl
predicate summaryThroughStepTaint(ArgNode arg, Node out, SummarizedCallable sc)