Skip to content

Graphorin API reference v0.5.0


Graphorin API reference / @graphorin/security / / TaintLedgerSnapshot

Interface: TaintLedgerSnapshot

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

Serializable coarse summary of a TaintLedger — the trifecta-gate flags only. Round-trips through createTaintLedger({ initial }). Carries no untrusted text content, so it is safe to persist in a RunState.

Stable

Properties

PropertyModifierTypeDefined in
sensitiveSeenreadonlybooleanpackages/security/src/dataflow/types.ts:142
untrustedSeenreadonlybooleanpackages/security/src/dataflow/types.ts:141
untrustedSourceKindsreadonlyreadonly string[]packages/security/src/dataflow/types.ts:143