fix: CVE on 2026-07-27 (istio-1.28.3) - #38
Merged
Conversation
- golang.org/x/crypto v0.42.0 -> v0.53.0 (CVE-2025-47913/47914/58181, CVE-2026-39827~39835/42508/46595/46597/46598 等 16 项) - golang.org/x/net v0.44.0 -> v0.56.0 (CVE-2025-47911/58190, CVE-2026-33814/25680/25681/27136/39821/42502/42506/46600) - google.golang.org/grpc v1.75.1 -> v1.82.1 (CVE-2026-33186, GHSA-hrxh-6v49-42gf) - github.com/prometheus/prometheus v0.306.0 -> v0.311.3 (CVE-2026-42154/40179/42151/44903) - go.opentelemetry.io/otel v1.37.0 -> v1.43.0, otel/sdk -> v1.43.0 (CVE-2026-29181/24051/39883) - golang.org/x/sys v0.36.0 -> v0.46.0 (CVE-2026-39824) - golang.org/x/text v0.29.0 -> v0.39.0 (CVE-2026-56852) - github.com/containernetworking/plugins v1.7.1 -> v1.9.0 (CVE-2025-67499) - github.com/docker/cli v28.3.3 -> v29.2.0 (CVE-2025-15558) - github.com/go-jose/go-jose/v4 v4.1.2 -> v4.1.4 (CVE-2026-34986) - github.com/google/cel-go v0.26.0 -> v0.29.0 (GHSA-gcjh-h69q-9w9g) - github.com/moby/spdystream v0.5.0 -> v0.5.1 (CVE-2026-35469) - 连带: otel/exporters/prometheus v0.65.0(与 otel 1.43 配套)、go-openapi/testify 钉版本(tidy 解析)、go directive 1.24->1.25 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01QC16Pz5YX7igParoSb7hfK
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
背景
对 PR 流水线 run 30063691266(1.28.3-asm-r2-pr.30.35)构建的 4 个
-distroless镜像做漏洞扫描:分类:全部为 go.mod 依赖类(GO_MODULE),无 stdlib / os 级漏洞,GOTOOLCHAIN 保持 go1.25.12 不动。
修复清单
连带调整(编译/解析需要,非 CVE 目标):
go.opentelemetry.io/otel/exporters/prometheusv0.59.1 → v0.65.0:与 otel 1.43 配套版本,否则与新版prometheus/otlptranslatorv1.0.0 API 不兼容导致编译失败;github.com/go-openapi/testify/v2钉 v2.5.1、enable/yaml/v2钉 v2.4.2:swag 升至 0.25.4 后go mod tidy解析其测试依赖需要(与上游 istio-1.30 钉法一致);本地构建验证
go build ./pilot/cmd/... ./cni/cmd/...通过。不修复项说明
golang.org/x/cryptoGO-2026-5932:上游暂无修复版本,升级修不了,如实报告。🤖 Generated with Claude Code