tetrate-ci opened a new pull request, #244: URL: https://github.com/apache/skywalking-satellite/pull/244
## CVEs Fixed | Severity | CVE ID | Component | Fix | |----------|--------|-----------|-----| | UNKNOWN | CVE-2026-6042 | musl (Alpine 3.23) | apk upgrade picks up musl ≥ 1.2.5-r22 | | LOW | CVE-2026-40200 | musl (Alpine 3.23) | apk upgrade picks up musl ≥ 1.2.5-r23 | ## Summary The Dockerfile already runs `apk update && apk upgrade` before `apk add`, which ensures all Alpine packages are upgraded to latest. However, the current published image (`v6f0e3dead129`) was built on 2026-04-02 when the musl fixes were not yet available in Alpine 3.23 repos: - CVE-2026-6042 is fixed in musl `1.2.5-r22` for Alpine 3.23 (released after 2026-04-02) - CVE-2026-40200 is fixed in musl `1.2.5-r23` for Alpine 3.23 (released after 2026-04-02) This commit adds documentation comments to the Dockerfile to explicitly record the CVEs being addressed, and triggers a fresh build that will pull `musl 1.2.5-r23` (the latest Alpine 3.23 musl as of 2026-04-10). ## References - Closes https://github.com/tetrateio/tetrate/issues/28728 - Closes https://github.com/tetrateio/tetrate/issues/28608 -- 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]
