Expand description
Utilities for member path conversion
This module provides functions to safely convert member paths containing slashes to dash-separated formats, preventing path traversal attacks while maintaining compatibility with workspace member paths.
Functions§
- needs_
normalization - Check if a path needs normalization
- normalize_
member_ path - Convert a member path with slashes to a safe dash-separated format
- validate_
member_ path - Validate that a member path doesn’t contain dangerous sequences