2 Commits

Author SHA1 Message Date
Axel Meyer
2612d660dd Bump CI Go to 1.24.13 to fix crypto/tls CVEs
All checks were successful
CI / lint (push) Successful in 45s
CI / test (push) Successful in 32s
GO-2026-4340, GO-2026-4337, GO-2025-4175 — all fixed in Go 1.24.13.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-04 01:17:37 +01:00
Axel Meyer
59a98843f7 v0.3.0: fix HTTP client leak, add tests and CI pipeline
Some checks failed
CI / lint (push) Failing after 27s
CI / test (push) Successful in 30s
Release / build (push) Failing after 2m33s
Reuse a single long-poll HTTP client instead of creating one per
Events() call (~every 30s). Make TLS skip-verify configurable via
syncthing_insecure_tls. Log previously swallowed config errors.
Add unit tests for all monitor trackers, config, and state logic.
Add CI workflow (vet, golangci-lint, govulncheck, go test -race).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-04 00:36:52 +01:00