Files
chat/cmd/chat-cli/api/client.go
clawbot 6043e9b879 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:17:20 -08:00

5.2 KiB