tetrate-ci opened a new pull request, #189: URL: https://github.com/apache/skywalking-swck/pull/189
## Summary This PR fixes security vulnerabilities by bumping Go and OpenTelemetry SDK versions in the adapter. ## CVEs Fixed | CVE | Severity | Component | Fix | |-----|----------|-----------|-----| | CVE-2026-32280 | High | Go stdlib v1.25.8 | Bumped Go to 1.25.9 | | CVE-2026-32281 | High | Go stdlib v1.25.8 | Bumped Go to 1.25.9 | | CVE-2026-32282 | High | Go stdlib v1.25.8 | Bumped Go to 1.25.9 | | CVE-2026-32283 | High | Go stdlib v1.25.8 | Bumped Go to 1.25.9 | | CVE-2026-32288 | High | Go stdlib v1.25.8 | Bumped Go to 1.25.9 | | CVE-2026-32289 | High | Go stdlib v1.25.8 | Bumped Go to 1.25.9 | | CVE-2026-39883 | High | go.opentelemetry.io/otel/sdk v1.40.0 | Bumped otel/sdk to v1.43.0 | ## Changes - `adapter/go.mod`: Go 1.25.8 → 1.25.9, go.opentelemetry.io/otel/sdk v1.40.0 → v1.43.0 - `adapter/go.sum`: Updated checksums -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
