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
| Property | Modifier | Type | Defined in |
|---|---|---|---|
sensitiveSeen | readonly | boolean | packages/security/src/dataflow/types.ts:142 |
untrustedSeen | readonly | boolean | packages/security/src/dataflow/types.ts:141 |
untrustedSourceKinds | readonly | readonly string[] | packages/security/src/dataflow/types.ts:143 |