safe-path

Crates.iosafe-path
lib.rssafe-path
version0.1.0
sourcesrc
created_at2022-04-22 02:32:38.503408
updated_at2022-04-22 02:32:38.503408
descriptionA library to safely handle file system paths for container runtimes
homepagehttps://katacontainers.io/
repositoryhttps://github.com/kata-containers/kata-containers.git
max_upload_size
id571979
size64,197
Fabiano FidĂȘncio (fidencio)

documentation

README

Safe Path

CI

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

There are often path related attacks, such as symlink based attacks, TOCTTOU 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.

Commit count: 11396

cargo fmt