mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-27 23:47:46 +00:00
2819423b4b
- 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)