Skip to main content

MAX_GLOB_PATTERN_BYTES

Constant MAX_GLOB_PATTERN_BYTES 

Source
pub const MAX_GLOB_PATTERN_BYTES: usize = 256;
Expand description

Hard cap on the byte length of any user-supplied glob pattern, per 70-security.md § 3.4. Beyond this length regex compilation is rejected before reaching globset.