Skip to content

chore(deps): upgrade grpc to v1.79.3 and related deps to fix CVE-2026-33186#242

Merged
hao022 merged 1 commit into
ccfos:mainfrom
sisttri:chore/fix-gorpc-cve-vul
Jun 23, 2026
Merged

chore(deps): upgrade grpc to v1.79.3 and related deps to fix CVE-2026-33186#242
hao022 merged 1 commit into
ccfos:mainfrom
sisttri:chore/fix-gorpc-cve-vul

Conversation

@sisttri

@sisttri sisttri commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

related link

CVE-2026-33186

步骤

1. 升级到目标版本

go get google.golang.org/grpc@v1.79.3

2. 整理依赖

go mod tidy

3. 更新 vendor 目录

go mod vendor

4. commit

...

5. 验证

go build ./...
go vet ./...
make check
make

@hao022 hao022 merged commit 5617b45 into ccfos:main Jun 23, 2026
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants