Skip to content

A fork of the rust safe_path crate that builds on Windows but exclude `pinned_path_buf` and `scoped_dir_builder`

Notifications You must be signed in to change notification settings

Lodestone-Team/safe_path_subset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

This is a fork which removes some functionality but enables build on Windows

About

A fork of the rust safe_path crate that builds on Windows but exclude `pinned_path_buf` and `scoped_dir_builder`

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages