Module: SkillBench::Constants::FilePath
- Defined in:
- lib/skill_bench/constants.rb
Overview
File Path Configuration
Constant Summary collapse
- ALLOWED_PATH_PATTERN =
%r{\A[a-zA-Z0-9._\-/]+\z}- MAX_PATH_LENGTH =
4096
File Path Configuration
%r{\A[a-zA-Z0-9._\-/]+\z}4096