Skip to content

fix(deps): bump grpc and golang.org/x modules past known vulnerabilities#104

Open
josep-reyero wants to merge 1 commit into
mainfrom
fix/dep-vuln-bumps
Open

fix(deps): bump grpc and golang.org/x modules past known vulnerabilities#104
josep-reyero wants to merge 1 commit into
mainfrom
fix/dep-vuln-bumps

Conversation

@josep-reyero

Copy link
Copy Markdown
Contributor

MegaLinter's grype scan currently blocks all PRs (first seen on #103, which doesn't touch dependencies) on three known vulnerabilities in indirect deps:

Module From To Advisory
google.golang.org/grpc v1.81.1 v1.82.1 GHSA-hrxh-6v49-42gf (High)
golang.org/x/crypto v0.53.0 v0.54.0 GO-2026-5932
golang.org/x/text v0.38.0 v0.40.0 GO-2026-5970

(x/text goes to v0.40.0 rather than the minimal v0.39.0 because x/crypto v0.54.0 requires it.)

go mod tidy clean; go build ./... and go test ./... pass. Routine minor bumps of non-LFX indirect modules — no pinned LFX service module is touched.

Unblocks MegaLinter for #103 and any other open PR.

MegaLinter's grype scan blocks all PRs on three known vulnerabilities in
indirect dependencies:

- google.golang.org/grpc v1.81.1 -> v1.82.1 (GHSA-hrxh-6v49-42gf, High)
- golang.org/x/crypto  v0.53.0 -> v0.54.0 (GO-2026-5932)
- golang.org/x/text    v0.38.0 -> v0.40.0 (GO-2026-5970; v0.54.0 of
  x/crypto requires x/text v0.40.0)

go mod tidy is clean and go build/test pass.

Signed-off-by: Josep Garcia-Reyero Sais <josepreyero@gmail.com>
Copilot AI review requested due to automatic review settings July 22, 2026 18:29

@claude claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Claude Code Review

This repository is configured for manual code reviews. Comment @claude review for a one-time review, or @claude review always to subscribe this PR to a review on every future push.

Tip: disable this comment in your organization's Code Review settings.

Comment thread go.mod
Comment thread go.mod

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates indirect Go dependencies to address security advisories and unblock MegaLinter.

Changes:

  • Upgrades gRPC and x/text beyond vulnerable versions.
  • Updates related golang.org/x dependencies.
  • Refreshes module checksums.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
go.mod Updates indirect dependency versions.
go.sum Refreshes checksums for upgraded modules.

Comment thread go.mod
go.opentelemetry.io/otel/metric v1.44.0 // indirect
go.opentelemetry.io/proto/otlp v1.10.0 // indirect
golang.org/x/crypto v0.53.0 // indirect
golang.org/x/crypto v0.54.0 // indirect
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