Skip to content

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

PropertyModifierTypeDescriptionDefined in
flowreadonlyTaintFlowKindWhich flow tripped the policy.packages/security/src/dataflow/types.ts:185
reasonreadonlystringHuman-readable, metadata-only explanation (never raw arg/output bytes).packages/security/src/dataflow/types.ts:187
sourceKindsreadonlyreadonly string[]Untrusted source kinds implicated in the flow.packages/security/src/dataflow/types.ts:189