fix: bump vulnerable Go deps in the 2.2.0 rock - #58
Closed
iamsharduld wants to merge 1 commit into
Closed
Conversation
Upstream v2.2.0 pins golang.org/x/text at v0.37.0 and google.golang.org/grpc at v1.81.0, both of which carry known HIGH advisories (CVE-2026-56852 and GHSA-hrxh-6v49-42gf). That fails the OCI Factory vulnerability gate and is blocking canonical/oci-factory#1160. Both have fixed releases upstream, so bump to v0.39.0 and v1.82.1 rather than adding them to ignored-vulnerabilities. Neither is in the suppression list the 1.18.1 entry carries, so restoring that list would not have fixed the gate. Can be dropped once upstream bumps these itself.
This was referenced Jul 29, 2026
Contributor
|
can be closed in favor of #59 |
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.
Bumps
golang.org/x/textv0.37.0 to v0.39.0 andgoogle.golang.org/grpcv1.81.0 tov1.82.1 during the build.
Upstream v2.2.0 pins both at versions with known HIGH advisories (
CVE-2026-56852andGHSA-hrxh-6v49-42gf), which fails the OCI Factory vulnerability gate and is blockingoci-factory#1160. Both already have
fixed releases upstream, so picking them up seemed better than adding them to
ignored-vulnerabilities. Note they are not in the suppression list the 1.18.1 entrycarries, so restoring that list would not have fixed the gate on its own.
Verified locally with trivy 0.69.3 using the same flags OCI Factory runs: the stock build
exits 1 with 4 HIGH findings, with this change it exits 0 with none.
pyroscope --versionstill reports the same upstream revision, and a monolithic v2 run came up cleanly (raft,
memberlist, and profiles flushed to object storage) so the grpc bump does not disturb the
internal gRPC paths.
Can be dropped once upstream bumps these itself.