kezhenxu94 opened a new pull request, #254:
URL: https://github.com/apache/skywalking-satellite/pull/254

   ## Summary
   
   This PR fixes CVEs in the SkyWalking Satellite Docker image.
   
   | CVE | Severity | Package | Fix |
   |-----|----------|---------|-----|
   | CVE-2025-60876 | MEDIUM | busybox | Upgraded from 1.37.0-r30 to 1.37.0-r31 
via Alpine edge/main repository |
   | CVE-2026-33814 | HIGH | golang.org/x/net | Already fixed in PR #253 
(bumped to v0.53.0) |
   
   ## Changes
   
   - **docker/Dockerfile**: Added `@edge` Alpine repository and explicitly 
installs `busybox>=1.37.0-r31` from edge (the fix for CVE-2025-60876 is not yet 
backported to alpine:3.23 stable).
   
   Note: `CVE-2026-33814` in `golang.org/x/net` was already fixed on `main` by 
PR #253 which bumped to v0.53.0.
   
   ## CVE Scan Verification
   
   Both CVEs were confirmed absent after the fix via trivy scan:
   
   | CVE ID | Status |
   |--------|--------|
   | CVE-2025-60876 | ABSENT ✓ |
   | CVE-2026-33814 | ABSENT ✓ |
   
   /cc @kezhenxu94


-- 
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]

Reply via email to