strict-path 0.2.0

Secure path handling for untrusted input. Prevents directory traversal, symlink escapes, and 19+ real-world CVE attack patterns.
Documentation
1
2
3
// This file has been split into thematic submodules. All tests have been moved to:
//   advanced_security_ntfs.rs   - NTFS short names, case sensitivity, TOCTOU, environment variable injection, GitHub runner scenarios
//   advanced_security_bypass.rs - core attack patterns, null bytes, whitespace segments, Windows device paths, reserved names, Unix backslash, double URL encoding