pub fn validate_member_path(member_path: &str) -> Result<()>
Expand description
Validate that a member path doesn’t contain dangerous sequences
This function ensures the member path is safe to use in file operations by rejecting absolute paths, path traversal attempts, and backslashes.