mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-28 07:57:44 +00:00
4cfec6c46b
- Add explicit security comments for CodeQL - Improve error messages for each validation step - Reject null bytes, drive letters, and absolute paths - Validate resolved path is within workspace_root - Fixes GitHub Security Alert #6 (py/path-injection) Path traversal attacks are now prevented with multiple validation layers. Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>