Module: Sxn::Security
- Defined in:
- lib/sxn/security.rb,
lib/sxn/security/secure_file_copier.rb,
lib/sxn/security/secure_path_validator.rb,
lib/sxn/security/secure_command_executor.rb
Overview
Security namespace provides components for secure file operations, command execution, path validation, and audit logging.
This module follows Ruby gem best practices by using explicit requires instead of autoload for better loading performance and dependency clarity.
Defined Under Namespace
Classes: SecureCommandExecutor, SecureFileCopier, SecurePathValidator