Skip to content

fix(deps): vuln minor upgrades — 4 packages (minor: 4) [local_tests/golang/go.mod] - #1342

Open
gh-worker-campaigns-3e9aa4[bot] wants to merge 1 commit into
mainfrom
engraver-auto-version-upgrade/minorpatch/go/golang/3-1787646638
Open

fix(deps): vuln minor upgrades — 4 packages (minor: 4) [local_tests/golang/go.mod]#1342
gh-worker-campaigns-3e9aa4[bot] wants to merge 1 commit into
mainfrom
engraver-auto-version-upgrade/minorpatch/go/golang/3-1787646638

Conversation

@gh-worker-campaigns-3e9aa4

Copy link
Copy Markdown
Contributor

Summary: High-severity security update — 4 packages upgraded (MINOR changes included)

Manifests changed:

  • local_tests/golang/go.mod (go)

✅ Action Required: Please review the changes below. If they look good, approve and merge this PR.


Updates

Package From To Type Dep Type Vulnerabilities Fixed
google.golang.org/grpc v1.80.0 v1.83.1 minor Transitive 2 HIGH
github.com/valyala/fasthttp v1.41.0 v1.73.0 minor Transitive 1 UNKNOWN
golang.org/x/mod v0.36.0 v0.40.0 minor Transitive 2 UNKNOWN
golang.org/x/text v0.38.0 v0.41.0 minor Transitive 1 UNKNOWN

Security Details

🚨 Critical & High Severity (2 fixed)
Package CVE Severity Summary Unsafe Version Fixed In Case
google.golang.org/grpc GO-2026-6061 HIGH Vulnerabilities in the xDS RBAC authorization engine and the HTTP/2 transport server implementation in google.golang.org/grpc v1.80.0 1.82.1 -
google.golang.org/grpc GHSA-hrxh-6v49-42gf HIGH gRPC-Go: xDS RBAC and HTTP/2 Vulnerabilities v1.80.0 1.82.1 -
ℹ️ Other Vulnerabilities (4)
Package CVE Severity Summary Unsafe Version Fixed In Case
github.com/valyala/fasthttp GO-2026-4950 unknown Authorization bypass via double-encoded paths in github.com/valyala/fasthttp v1.41.0 1.70.0 -
golang.org/x/mod GO-2026-6179 unknown Fix transparency log tile verification bypass in golang.org/x/mod/sumdb/tlog v0.36.0 0.40.0 -
golang.org/x/mod GO-2026-6180 unknown Ignore unrelated, unauthenticated hashes in Lookup in golang.org/x/mod/sumdb v0.36.0 0.40.0 -
golang.org/x/text GO-2026-5970 unknown Infinite loop on invalid input in golang.org/x/text v0.38.0 0.39.0 -
⚠️ Dependencies that have Reached EOL (1)
Dependency Unsafe Version EOL Date New Version Path Case
github.com/valyala/fasthttp v1.41.0 Oct 25, 2025 v1.73.0 local_tests/golang/go.mod -

Review Checklist

Standard review:

  • Review changes for compatibility with your code
  • Check for breaking changes in release notes
  • Run tests locally or wait for CI
  • Approve and merge this PR

Update Mode: all_vulns

🤖 Generated by DataDog Automated Dependency Management System

@datadog-prod-us1-6

datadog-prod-us1-6 Bot commented Aug 25, 2026

Copy link
Copy Markdown

Pipelines

This comment will be updated automatically if new data arrives.
🔗 Commit SHA: 4f5bc7e | Docs | View more details | Give us feedback!

@gh-worker-campaigns-3e9aa4

gh-worker-campaigns-3e9aa4 Bot commented Aug 26, 2026

Copy link
Copy Markdown
Contributor Author

Auto-rebase complete

Branch is up to date with main — rebased onto a04af3b.


Auto-Rebase · Add no-auto-rebase to opt out

@dd-octo-sts-03ec73
dd-octo-sts-03ec73 Bot force-pushed the engraver-auto-version-upgrade/minorpatch/go/golang/3-1787646638 branch from 8dbf0ba to d76c21d Compare August 26, 2026 15:23
…/go.mod]

Co-authored-by: dd-octo-sts-03ec73[bot] <256648721+dd-octo-sts-03ec73[bot]@users.noreply.github.com>
@dd-octo-sts-94e5d1
dd-octo-sts-94e5d1 Bot force-pushed the engraver-auto-version-upgrade/minorpatch/go/golang/3-1787646638 branch from d76c21d to 4f5bc7e Compare August 31, 2026 19:23
@dd-octo-sts
dd-octo-sts Bot marked this pull request as ready for review September 1, 2026 18:51
Copilot AI lite review requested due to automatic review settings September 1, 2026 18:51
@dd-octo-sts
dd-octo-sts Bot requested a review from a team as a code owner September 1, 2026 18:51
@dd-octo-sts
dd-octo-sts Bot requested a review from shreyamalpani September 1, 2026 18:51
@dd-prapprover-prod-77c48c

dd-prapprover-prod-77c48c Bot commented Sep 1, 2026

Copy link
Copy Markdown

PRApprover will approve and merge this PR, FAQ, #dx-source-code-management

🛠️ PRApproval Status

  • ✅ PR is eligible for auto-approval by rule dependency-management-version-updater - 2026-09-06T11:13:15Z
  • ✅ CI tests passed - 2026-09-06T11:13:19Z
  • ✅ Approved (commit: 4f5bc7e) - 2026-09-06T11:13:21Z
  • ✅ Merge Started
  • ⬜ Merged

➡️ Current phase: ⏳ Merge via MergeQueue is already in progress...

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 the Go dependencies used under local_tests/golang/ to pick up security fixes (notably in transitive deps like google.golang.org/grpc, github.com/valyala/fasthttp, golang.org/x/mod, and golang.org/x/text) and refresh the module graph accordingly.

Changes:

  • Bumped multiple indirect Go module versions in local_tests/golang/go.mod (including grpc, fasthttp, x/mod, x/text, plus additional transitive upgrades).
  • Regenerated local_tests/golang/go.sum to reflect the updated dependency set and hashes.

Reviewed changes

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

File Description
local_tests/golang/go.mod Updates indirect dependency versions to pull in vulnerability fixes and newer transitive module versions.
local_tests/golang/go.sum Updates module checksums/hashes after the dependency graph changes (includes additional transitive module version changes).

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread local_tests/golang/go.mod
Comment on lines 16 to 20
github.com/Microsoft/go-winio v0.6.0 // indirect
github.com/andybalholm/brotli v1.0.4 // indirect
github.com/andybalholm/brotli v1.2.2 // indirect
github.com/aws/aws-sdk-go v1.55.8 // indirect
github.com/aws/aws-sdk-go-v2 v1.17.1 // indirect
github.com/aws/aws-sdk-go-v2/config v1.17.10 // indirect

@dd-prapprover-prod-77c48c dd-prapprover-prod-77c48c 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.

This PR has been automatically approved by the DD PR Approver bot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant