strict-path 0.2.1

Secure path handling for untrusted input. Prevents directory traversal, symlink escapes, and 19+ real-world CVE attack patterns.
Documentation
1
2
3
4
5
// This file has been split into thematic submodules. All tests have been moved to:
//   filesystem_copy.rs     - strict_copy_* and virtual_copy_* tests, collections test
//   filesystem_metadata.rs - display formatting, equality/hash, metadata, remove_dir tests
//   filesystem_append.rs   - append tests and open_with tests
//   filesystem_io.rs       - read_dir tests, symlink catch tests, permissions and touch tests