mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-28 07:57:44 +00:00
79f1d34083
- ds_trace.py: resolve() user-provided save path and use Path.name for filenames to prevent directory traversal in the local workspace save UI - rl/finetune UI data_loaders: nosec B614 where paths are already validated against safe_root via realpath() before use - Temp paths (/tmp/sample, /tmp/full, /tmp/mock/*, /tmp/predix_loop.pid, /tmp/autorl_output): nosec B108 — fixed Docker volume mount points or single-process admin files, not user-writable attack surface Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>