strict-path 0.2.2

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:
//   cve_2025_11001_core.rs     - CVE-2025-11001 core attack vectors (desktop, system32, traversal, UNC, encoding)
//   cve_2025_11001_archive.rs  - Archive workflow, malicious filenames, arbitrary-file-write prevention, virtual-path containment, comparison table, preexisting-link regression