mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-28 07:57:44 +00:00
cdbc80e658
- Use _safe_resolve() for job_path validation (line 198) - Fixes CodeQL py/path-injection warning (Alert #3) - Consistent with FT UI fix (commit 2d48653f) Security improvements: - All user-provided paths now go through _safe_resolve() - Path traversal sequences rejected before filesystem access - Clear error message for invalid paths Fixes GitHub Code Scanning Alert #3 (py/path-injection)