qtil
advanced-security/qtil-ruby 0.0.2
Search

Predicate 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.ruby.dataflow.internal.FlowSummaryImpl
predicate summaryThroughStepTaint(ArgNode arg, Node out, SummarizedCallable sc)