Module security

Module security 

Source
Expand description

Security utilities for path validation and access control

This module provides security functions to prevent unauthorized access to sensitive system directories and validate paths for safe operations.

Statics§

BLACKLISTED_PATHS
Security blacklist for local paths Prevents access to sensitive system directories while allowing normal development paths

Functions§

is_path_blacklisted
Check if a path is blacklisted (points to sensitive system directories)
validate_path_security
Validates a path for security constraints