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: authorizerdev/authorizer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.2.1-rc.0
Choose a base ref
...
head repository: authorizerdev/authorizer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.2.1-rc.1
Choose a head ref
  • 2 commits
  • 45 files changed
  • 1 contributor

Commits on Apr 6, 2026

  1. Configuration menu
    Copy the full SHA
    cbce6ff View commit details
    Browse the repository at this point in the history
  2. Fix/CVE 2026 34986 go jose go OIDC (#581)

    * fix(deps): address CVE-2026-34986 and drop go-jose/v3
    
    - Bump github.com/go-jose/go-jose/v4 to v4.1.4 (patched for CVE-2026-34986).
    - Upgrade github.com/coreos/go-oidc/v3 to v3.17.0 so the OIDC stack uses
      go-jose/v4 only; removes the indirect go-jose/v3 dependency.
    
    Made-with: Cursor
    
    * chore: update aws
    
    * chore: fix tests
    lakhansamani authored Apr 6, 2026
    Configuration menu
    Copy the full SHA
    9fd200c View commit details
    Browse the repository at this point in the history
Loading