Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/security / / SupplyChainPolicy

Interface: SupplyChainPolicy

Defined in: packages/security/src/supply-chain/types.ts:122

Allow / deny / framework-denylist policy resolved from the operator configuration.

Stable

Properties

PropertyModifierTypeDescriptionDefined in
allowlist?readonlyreadonly string[]-packages/security/src/supply-chain/types.ts:123
denylist?readonlyreadonly string[]-packages/security/src/supply-chain/types.ts:124
graphorinDenylist?readonly"auto" | "off"'auto' is reserved for the post-MVP optional pull from a framework-curated denylist. The MVP only supports the operator- managed denylist; 'off' is the only practical value.packages/security/src/supply-chain/types.ts:130