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
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
allowlist? | readonly | readonly string[] | - | packages/security/src/supply-chain/types.ts:123 |
denylist? | readonly | readonly 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 |