mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-28 16:07:46 +00:00
1fb3d87fd6
- Extract path validation into dedicated validate_path_within_cwd() function - Add comprehensive security documentation - Improve code clarity for CodeQL analysis - Maintain same security behavior (relative_to validation) Fixes CodeQL Alert #16: Uncontrolled data used in path expression Same fix pattern as Alert #14 (path traversal prevention)