Module member_utils

Module member_utils 

Source
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