Thanks to visit codestin.com
Credit goes to github.com

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: envoyproxy/envoy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.32.10
Choose a base ref
...
head repository: envoyproxy/envoy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.32.11
Choose a head ref
  • 4 commits
  • 8 files changed
  • 4 contributors

Commits on Aug 19, 2025

  1. repo: Dev v1.32.11 (#40793)

    Signed-off-by: Ryan Northey <[email protected]>
    phlax authored Aug 19, 2025
    Configuration menu
    Copy the full SHA
    983e90b View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2025

  1. oauth2: add Secure attribute for prefixed cookies on signout

    When using cookie names prefixed with `__Secure-` or `__Host-`, browsers
    require the `Secure` attribute to be present on the `Set-Cookie` header
    for any modification, including deletion.
    
    The OAuth2 filter did not add this attribute when generating
    the `Set-Cookie` headers to clear the OAuth cookies. This caused the
    browser to ignore the deletion request for prefixed cookies, effectively
    preventing the user from being signed out correctly.
    
    This patch fixes the behavior to set the `Secure` attribute when either
    prefix is found.
    
    Signed-off-by: Tony Allen <[email protected]>
    Signed-off-by: Ryan Northey <[email protected]>
    Signed-off-by: Boteng Yao <[email protected]>
    tonya11en authored and phlax committed Sep 2, 2025
    Configuration menu
    Copy the full SHA
    905ed4f View commit details
    Browse the repository at this point in the history
  2. release: Add changelog summary

    Signed-off-by: Ryan Northey <[email protected]>
    phlax committed Sep 2, 2025
    Configuration menu
    Copy the full SHA
    a76be12 View commit details
    Browse the repository at this point in the history
  3. repo: Release v1.32.11

    **Summary of changes**:
    
    * Security fixes:
      - Fix for OAuth cookie issue [CVE-2025-55162](GHSA-95j4-hw7f-v2rh).
    
    **Docker images**:
        https://hub.docker.com/r/envoyproxy/envoy/tags?page=1&name=v1.32.11
    **Docs**:
        https://www.envoyproxy.io/docs/envoy/v1.32.11/
    **Release notes**:
        https://www.envoyproxy.io/docs/envoy/v1.32.11/version_history/v1.32/v1.32.11
    **Full changelog**:
        v1.32.10...v1.32.11
    publish-envoy[bot] authored and phlax committed Sep 2, 2025
    Configuration menu
    Copy the full SHA
    f6ba72c View commit details
    Browse the repository at this point in the history
Loading