Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: grpc/grpc-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.79.2
Choose a base ref
...
head repository: grpc/grpc-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.79.3
Choose a head ref
  • 3 commits
  • 20 files changed
  • 2 contributors

Commits on Mar 6, 2026

  1. Changing version to 1.79.3-dev (#8954)

    RELEASE NOTES: none
    mbissa authored Mar 6, 2026
    Configuration menu
    Copy the full SHA
    97ca352 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2026

  1. grpc: enforce strict path checking for incoming requests on the server (

    #8981)
    
    RELEASE NOTES:
    * 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.
    easwars authored Mar 17, 2026
    Configuration menu
    Copy the full SHA
    72186f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dda86db View commit details
    Browse the repository at this point in the history
Loading