Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/security / / _setFrameworkDenylistForTesting

Function: _setFrameworkDenylistForTesting()

ts
function _setFrameworkDenylistForTesting(patterns): void;

Defined in: packages/security/src/supply-chain/policy.ts:40

Experimental

Override the framework-maintained denylist. The MVP keeps this dormant — only the operator-managed denylist is consulted unless tests inject patterns here.

Parameters

ParameterType
patternsreadonly string[]

Returns

void