strict-path 0.1.2

Handle paths from external or unknown sources securely. Defends against 19+ real-world CVEs including symlinks, Windows 8.3 short names, and encoding tricks and exploits.
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