Skip to content

chore: bump google.golang.org/grpc from 1.79.1 to 1.79.3#665

Merged
mitchnielsen merged 1 commit intomainfrom
dependabot/go_modules/google.golang.org/grpc-1.79.3
Mar 24, 2026
Merged

chore: bump google.golang.org/grpc from 1.79.1 to 1.79.3#665
mitchnielsen merged 1 commit intomainfrom
dependabot/go_modules/google.golang.org/grpc-1.79.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 19, 2026

Bumps google.golang.org/grpc from 1.79.1 to 1.79.3.

Release notes

Sourced from google.golang.org/grpc's releases.

Release 1.79.3

Security

  • server: fix an authorization bypass where malformed :path headers (missing the leading slash) could bypass path-based restricted "deny" rules in interceptors like grpc/authz. Any request with a non-canonical path is now immediately rejected with an Unimplemented error. (#8981)

Release 1.79.2

Bug Fixes

  • stats: Prevent redundant error logging in health/ORCA producers by skipping stats/tracing processing when no stats handler is configured. (grpc/grpc-go#8874)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.79.1 to 1.79.3.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.79.1...v1.79.3)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-version: 1.79.3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@mitchnielsen
Copy link
Copy Markdown
Member

TL;DR: Approve. Patch-level security fix for google.golang.org/grpc. Merge promptly.

Details

Dependency

Package google.golang.org/grpc
From 1.79.1
To 1.79.3
Type indirect

What changed

1.79.3 (security fix): Server-side authorization bypass where malformed :path headers (missing leading slash) could bypass path-based "deny" rules in interceptors like grpc/authz. Requests with non-canonical paths are now rejected with Unimplemented. (grpc/grpc-go#8981)

1.79.2 (bug fix): Prevents redundant error logging in health/ORCA producers when no stats handler is configured. (grpc/grpc-go#8874)

Diff scope

  • go.mod: version bump only (1 line)
  • go.sum: hash update only (2 lines)

No application code changes. No new dependencies introduced.

Risk assessment

Factor Rating
Scope of change Low
Breaking changes None (patch release, same minor)
Security relevance Yes, fixes authz bypass
Compatibility score Dependabot: compatible

Risk: Low. Patch-level bump for an indirect dependency. Contains a security fix that hardens server-side path validation. No breaking API changes.

@mitchnielsen mitchnielsen merged commit 0eb070c into main Mar 24, 2026
7 checks passed
@mitchnielsen mitchnielsen deleted the dependabot/go_modules/google.golang.org/grpc-1.79.3 branch March 24, 2026 00:49
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