tetrate-ci opened a new pull request, #207:
URL: https://github.com/apache/skywalking-swck/pull/207

   ## Summary
   
   Bumps Go indirect dependencies in both `adapter` and `operator` modules to 
address security CVEs:
   
   | CVE | Package | Vulnerable | Fixed |
   |-----|---------|------------|-------|
   | CVE-2026-56852 | golang.org/x/text | v0.38.0 | v0.39.0 |
   | CVE-2026-46600 | golang.org/x/net | v0.55.0 | v0.56.0 |
   
   **CVE-2026-56852**: Infinite loop on invalid input in golang.org/x/text 
(UNKNOWN severity)
   **CVE-2026-46600**: golang.org/x/net vulnerability fixed in v0.56.0 (UNKNOWN 
severity)
   
   Also bumps transitive deps that were updated alongside:
   - `golang.org/x/mod` v0.37.0
   - `golang.org/x/tools` v0.47.0
   - `golang.org/x/sync` v0.21.0 (operator only)
   - `golang.org/x/crypto` v0.53.0 (operator only)
   - `golang.org/x/sys` v0.46.0 (operator only)
   - `golang.org/x/term` v0.44.0 (operator only)
   
   ## Changes
   
   - `adapter/go.mod` + `adapter/go.sum`: bumped x/text v0.38.0→v0.39.0 and 
x/net v0.55.0→v0.56.0
   - `operator/go.mod` + `operator/go.sum`: bumped x/text v0.37.0→v0.39.0, 
x/net v0.55.0→v0.56.0 and transitive x/ deps
   
   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