Graphorin API reference v0.4.0
Graphorin API reference / @graphorin/security / / DataFlowFinding
Interface: DataFlowFinding
Defined in: packages/security/src/dataflow/types.ts:183
The details attached to a non-allow DataFlowDecision.
Stable
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
flow | readonly | TaintFlowKind | Which flow tripped the policy. | packages/security/src/dataflow/types.ts:185 |
reason | readonly | string | Human-readable, metadata-only explanation (never raw arg/output bytes). | packages/security/src/dataflow/types.ts:187 |
sourceKinds | readonly | readonly string[] | Untrusted source kinds implicated in the flow. | packages/security/src/dataflow/types.ts:189 |