mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-30 17:07:43 +00:00
2c23ea6a75
- 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>