Files
chat/cmd/chat-cli/api/client.go
clawbot 3d08399e91
Some checks failed
check / check (push) Has been cancelled
fix: suppress gosec false positives for trusted URL construction
Add nolint:gosec annotations for:
- Client.Do calls using URLs built from trusted BaseURL + hardcoded paths
- Test helper HTTP calls using test server URLs
- Safe integer-to-rune conversion in bounded loop (0-19)
2026-02-26 20:24:17 -08:00

5.2 KiB