You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run SpotBugs early in CI code-style gate; suppress model-path PATH_TRAVERSAL_IN
spotbugs:check is bound to the Maven verify phase, which only the publish
deploy goal reaches, so SpotBugs ran only at snapshot/release publish — a
PATH_TRAVERSAL_IN finding red a release after every jar had already built.
Add a SpotBugs step to the existing fast code-style job (after Spotless,
before the informational jdeps step) so it runs on every PR/push and gates
publish (publish-* already needs: code-style). Mirrors the existing early
Spotless gate; no needs: change required.
Provisionally suppress the PATH_TRAVERSAL_IN finding in OfflineModelGuard /
ModelParameters (operator-supplied --model path; same threat model as the
existing LlamaLoader suppression) and track an open deep-check in TODO.md for
whether it — and the LlamaLoader suppression — can be genuinely resolved.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_0137c1LhUbNvW3kt4eF9Kqyb
0 commit comments