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
4
5
6
7
8
pub mod path_boundary;
pub mod path_history;

#[cfg(feature = "virtual-path")]
pub mod virtual_root;

#[cfg(test)]
mod tests;