Jason Woltje
432dbd4d83
fix(#365): fix ruff, mypy, pip, and bandit issues in coordinator
- Fix 20 ruff errors: UP035 (Callable import), UP042 (StrEnum), E501
(line length), F401 (unused imports), UP045 (Optional -> X | None),
I001 (import sorting)
- Fix mypy error: wrap slowapi rate limit handler with
Exception-compatible signature for add_exception_handler
- Pin pip >= 25.3 in Dockerfile (CVE-2025-8869, CVE-2026-1703)
- Add nosec B104 to config.py (container-bound 0.0.0.0 is acceptable)
- Add nosec B101 to telemetry.py (assert for type narrowing)
- Create bandit.yaml to suppress B404/B607/B603 in gates/ tooling
Fixes #365
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-12 12:46:25 -06:00
..
2026-02-04 11:50:05 -06:00
2026-02-01 17:41:46 -06:00
2026-02-01 18:03:12 -06:00
2026-02-01 20:45:19 -06:00
2026-02-01 18:00:19 -06:00
2026-02-05 18:10:38 -06:00
2026-02-01 20:33:12 -06:00
2026-02-01 20:36:52 -06:00
2026-02-05 18:10:38 -06:00
2026-02-01 20:45:19 -06:00
2026-02-01 17:56:04 -06:00
2026-02-01 20:07:19 -06:00
2026-02-01 20:45:19 -06:00
2026-02-01 20:45:19 -06:00
2026-02-01 20:21:51 -06:00
2026-02-01 18:03:12 -06:00
2026-02-01 20:07:19 -06:00
2026-02-05 18:13:15 -06:00
2026-02-01 20:11:15 -06:00
2026-02-05 18:36:16 -06:00
2026-02-12 12:46:25 -06:00
2026-02-12 12:46:25 -06:00
2026-02-04 11:50:05 -06:00