Graphorin API reference v0.7.0
Graphorin API reference / @graphorin/security / / _setFrameworkDenylistForTesting
Function: _setFrameworkDenylistForTesting()
ts
function _setFrameworkDenylistForTesting(patterns): void;Defined in: packages/security/src/supply-chain/policy.ts:44
Experimental
Override the framework-maintained denylist. The MVP keeps this dormant - only the operator-managed denylist is consulted unless tests inject patterns here.
Parameters
| Parameter | Type |
|---|---|
patterns | readonly string[] |
Returns
void