mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-28 07:57:44 +00:00
a5f091f1ca
B608: Bandit flags any f-string containing "select" as potential SQL injection. All four cases (app.py, ds_trace.py, llm_st.py, merge.py) are Streamlit UI labels or log messages — not database queries. B701: Jinja2 autoescape=False warnings in coder.py and utils.py are false positives — these render Python code and plain-text templates, not HTML. Enabling autoescape would corrupt the rendered code. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>