Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/agent / / ProtocolEscapePolicy

Type Alias: ProtocolEscapePolicy

ts
type ProtocolEscapePolicy = "strict" | "replace" | "reject";

Defined in: packages/agent/src/lateral-leak/protocol-guard.ts:37

Per-boundary escape policy.

Stable