path_trav 2.0.0

A simple path traversal checker. Useful for APIs that serve dynamic files.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[dependencies.substring]
version = "1.4.5"

[package]
description = "A simple path traversal checker. Useful for APIs that serve dynamic files."
edition = "2021"
keywords = ["fs", "security", "path_traversal", "path"]
license = "Apache-2.0"
name = "path_trav"
readme = "README.md"
repository = "https://github.com/gatomo-oficial/path_trav"
version = "2.0.0"