Import path
import codeql.dataflow.internal.DataFlowImplCommonClasses
| FeatureEqualSourceSinkCallContext | A flow configuration feature that implies that source-sink pairs have some shared existing call context. |
| FeatureEscapesSourceCallContext | A flow configuration feature that implies that the sink must be reached from the source by escaping the source call context, that is, flow must either return from the callable containing the source or use a jump-step before reaching the sink. |
| FeatureEscapesSourceCallContextOrEqualSourceSinkCallContext | A flow configuration feature that is the disjunction of |
| FeatureHasSinkCallContext | A flow configuration feature that implies that sinks have some existing call context. |
| FeatureHasSourceCallContext | A flow configuration feature that implies that sources have some existing call context. |
| FlowFeature | A flow configuration feature for use in |
Modules
| FlowStateString | DEPRECATED: Generally, a custom |
| SimpleGlobal | EXPERIMENTAL: This API is subject to change without notice. |
Predicate signatures
| sourceNodeSig | Holds if |