Module path

Module path 

Source
Expand description

Path resolution strategies for tool security.

This module provides PathResolver trait and implementations:

Structs§

AbsolutePathResolver
Path resolver that requires absolute paths.
AllowedPathResolver
Path resolver that restricts access to allowed directories.

Traits§

PathResolver
Strategy for resolving and validating file paths.