What's wrong with this entry?
Anonymous. No account, no email.
What changed: Character-level validation replaced path-prefix checking Details:
- New
NZ5()function at line 421329 validates command names contain only alphanumeric characters, colons, hyphens, and underscores - Replaces previous logic that checked for
/var,/tmp,/privatepath prefixes - Provides more precise security validation
- Evidence: Used at line 421356 instead of path checks at line 421220 in v1.0.112