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.
pub const MAX_GLOB_PATTERN_BYTES: usize = 256;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.