Skip to main content

BLOCK_GLOBALS_ENV

Constant BLOCK_GLOBALS_ENV 

Source
pub const BLOCK_GLOBALS_ENV: &str = "ASSAY_BLOCK_GLOBALS";
Expand description

Comma-separated list of additional globals to nil out at VM creation time (defense-in-depth knob for hardened deployments). Names support dotted paths into stdlib tables — e.g. ASSAY_BLOCK_GLOBALS=dofile,os.execute,debug.getinfo.