mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-28 16:07:46 +00:00
ee7baa6384
- submit.py: eval(json_str) → ast.literal_eval(json_str) for safe Python-literal parsing without arbitrary code execution - info.py: add timeout=30 to both requests.get() calls to prevent indefinite hangs on unresponsive GitHub API Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>