Skip to content

Graphorin API reference v0.7.0


Graphorin API reference / @graphorin/security / / DataFlowFinding

Interface: DataFlowFinding

Defined in: packages/security/src/dataflow/types.ts:267

The details attached to a non-allow DataFlowDecision.

Stable

Properties

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