Back to Kata Containers

README

src/libs/safe-path/README.md

3.30.0853 B
Original Source

Safe Path

A library to safely handle filesystem paths, typically for container runtimes.

There are often path related attacks, such as symlink based attacks, time-of-check to time-of-use (TOCTOU) attacks. The safe-path crate provides several functions and utility structures to protect against path resolution related attacks.

Support

Operating Systems:

  • Linux

Reference

License

This code is licensed under Apache-2.0.