This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-swck.git


The following commit(s) were added to refs/heads/master by this push:
     new b440b68  cves: bump adapter Go to 1.25.10 to fix stdlib CVEs (#195)
b440b68 is described below

commit b440b68cd48a6c5a9966683756eccf989e95bee8
Author: kezhenxu94 <[email protected]>
AuthorDate: Mon May 11 14:20:34 2026 +0800

    cves: bump adapter Go to 1.25.10 to fix stdlib CVEs (#195)
    
    Bumps the `go` directive in adapter/go.mod from 1.25.9 to 1.25.10 to fix
    the following stdlib CVEs:
    - CVE-2026-33811
    - CVE-2026-33814
    - CVE-2026-39820
    - CVE-2026-39823
    - CVE-2026-39825
    - CVE-2026-39826
    - CVE-2026-39836
    - CVE-2026-42499
---
 adapter/go.mod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/adapter/go.mod b/adapter/go.mod
index dac17f5..47e4899 100644
--- a/adapter/go.mod
+++ b/adapter/go.mod
@@ -1,6 +1,6 @@
 module github.com/apache/skywalking-swck/adapter
 
-go 1.25.9
+go 1.25.10
 
 require (
        github.com/apache/skywalking-cli v0.0.0-20210209032327-04a0ce08990f

Reply via email to