fix(deps): bump google.golang.org/grpc to v1.83.1 for CVE-2026-84304 - #155
Merged
Conversation
The hyperledger-firefly image build on release-v1.3.3 fails the in-Docker Trivy gate on grpc v1.83.0. Bump the workspace modules to v1.83.1 so FFE Runtime / FireFly Core rebuilds can promote onto 26.8.1. Signed-off-by: Alex Wood <3380252+alexwood@users.noreply.github.com>
onelapahead
approved these changes
Sep 2, 2026
5 tasks
3 tasks
Chengxuan
added a commit
that referenced
this pull request
Sep 9, 2026
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>
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.
Summary
Remediates CVE-2026-84304 (HIGH) blocking the
hyperledger-fireflyimage build onrelease-v1.3.3.google.golang.org/grpcFFE
Runtime / FireFly Coreonrelease-v26.8.1checks outkaleido-io/firefly@release-v1.3.3and failed the in-Docker Trivy gate (run 33649422624).Changes
Updates grpc to v1.83.1 across the
go.workmodules:go.mod/go.sumsmart_contracts/fabric/firefly-gosmart_contracts/fabric/custompin-sampletest/data/contracts/assetcreatorVerification
go list -m google.golang.org/grpc→v1.83.1make docker— passes (Trivy gate clean)Test plan
release-v1.3.3Runtime / FireFly Coreonfirefly-enterpriserelease-v26.8.1withpromotev3=truehyperledger-firefly