dep(deps): bump google.golang.org/grpc to v1.83.2 (CVE-2026-84445) - #158
Open
Chengxuan wants to merge 1 commit into
Open
dep(deps): bump google.golang.org/grpc to v1.83.2 (CVE-2026-84445)#158Chengxuan wants to merge 1 commit into
Chengxuan wants to merge 1 commit into
Conversation
smart_contracts/fabric/custompin-sample, smart_contracts/fabric/firefly-go, and test/data/contracts/assetcreator were missed by the earlier v1.83.1 bump (PR #155), which only covered the modules already in go.work. Signed-off-by: Chengxuan Xing <chengxuan.xing@kaleido.io>
Chengxuan
force-pushed
the
fix/grpc-1.83.2-cve-2026-84445
branch
from
September 9, 2026 12:17
6fdfcc6 to
3d77c25
Compare
EnriqueL8
changed the base branch from
release-v1.3.3
to
sync-upstream-v1.5.0-20260909
September 9, 2026 13:09
EnriqueL8
changed the base branch from
sync-upstream-v1.5.0-20260909
to
release-v1.3.3
September 9, 2026 13:09
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.
Description
CVE-2026-84445 (gRPC-Go xDS servers DoS via crash due to missing validation) and CVE-2026-84304. The earlier v1.83.1 fix (#155) only covered modules already wired into
go.work;smart_contracts/fabric/custompin-sample,smart_contracts/fabric/firefly-go, andtest/data/contracts/assetcreatorare separate Go modules in this repo that also depend on grpc and were missed.Details