Skip to content

Bump github.com/lestrrat-go/jwx/v3 from 3.1.1 to 3.2.0 - #105

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/lestrrat-go/jwx/v3-3.2.0
Open

Bump github.com/lestrrat-go/jwx/v3 from 3.1.1 to 3.2.0#105
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/lestrrat-go/jwx/v3-3.2.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 28, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/lestrrat-go/jwx/v3 from 3.1.1 to 3.2.0.

Release notes

Sourced from github.com/lestrrat-go/jwx/v3's releases.

v3.2.0

For more detailed release notes, see Changes.

What's Changed

Full Changelog: lestrrat-go/jwx@v3.1.1...v3.2.0

Changelog

Sourced from github.com/lestrrat-go/jwx/v3's changelog.

v3.2.0 27 Jul 2026

  • [jwe] Correct the JSON "aad" member so it contains only BASE64URL of the external Additional Authenticated Data, rather than the combined value used as the content-encryption AAD. Add jwe.WithAuthenticateData for encrypting JSON JWEs with external AAD; the value is included in the shared AEAD input for all recipients, and compact serialization rejects non-empty external AAD. (#2276, #2278)

  • [jwk] Added opt-in retention of unparseable JWK Set entries. Passing jwk.WithStrictKeySetParsing(false) to jwk.Parse (or setting it globally via jwk.Configure) keeps an entry whose key type is not understood — for example a post-quantum key published alongside classical keys — as a jwk.UnsupportedKey placeholder instead of failing the whole set (RFC 7517 §5). The placeholder preserves the entry's original JSON (marshaling round-trips losslessly) and the parse error via Reason(); use jwk.IsUnsupportedKey to detect one. The default is unchanged: v3 still fails the whole set on the first unparseable entry, so existing callers see no difference. The same option exists in v4 with the opposite default (v4 retains by default, v3 stays strict by default); call sites that pass the option explicitly keep the same meaning across the v3→v4 migration. Placeholders are rejected by jws/jwe key selection, jwk.Export, jwk.AssignKeyID, and jwk.PublicSetOf (which accepts a new jwk.WithOmitUnsupportedKeys(true) to drop them). (#2263)

Commits
  • 94006b6 release v3.2.0
  • 04612cd Merge pull request #2278 from lestrrat-go/feat-v3-jwe-authenticated-data
  • cd553be Merge pull request #2276 from lestrrat-go/fix-v3-jwe-json-aad
  • f414ccf add JWE Changes entry
  • 73e36fb add JWE authenticated data option
  • c937f0b fix jwe lint issue
  • 5137768 fix jwe JSON AAD serialization
  • f55fa6a recommend opting into retain for third-party JWK sets with PQC keys (#2274)
  • 701554e [v3] test jwe rejects UnsupportedKey placeholder (#2272)
  • 79ce4db fix per-call reject-dup-kid override of global (#2270)
  • Additional commits viewable in compare view

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)

Bumps [github.com/lestrrat-go/jwx/v3](https://github.com/lestrrat-go/jwx) from 3.1.1 to 3.2.0.
- [Release notes](https://github.com/lestrrat-go/jwx/releases)
- [Changelog](https://github.com/lestrrat-go/jwx/blob/v3.2.0/Changes)
- [Commits](lestrrat-go/jwx@v3.1.1...v3.2.0)

---
updated-dependencies:
- dependency-name: github.com/lestrrat-go/jwx/v3
  dependency-version: 3.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jul 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants