Update module github.com/lestrrat-go/jwx/v3 to v3.3.0 - #6593
Merged
rdimitrov merged 1 commit intoSep 10, 2026
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6593 +/- ##
==========================================
- Coverage 78.89% 78.83% -0.06%
==========================================
Files 778 778
Lines 77598 77598
==========================================
- Hits 61219 61176 -43
- Misses 16374 16417 +43
Partials 5 5 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
renovate
Bot
force-pushed
the
renovate/github.laiyagushi.com-lestrrat-go-jwx-v3-3.x
branch
from
September 9, 2026 21:48
e4899bd to
b733984
Compare
renovate
Bot
force-pushed
the
renovate/github.laiyagushi.com-lestrrat-go-jwx-v3-3.x
branch
from
September 9, 2026 22:19
b733984 to
901b1b1
Compare
renovate
Bot
force-pushed
the
renovate/github.laiyagushi.com-lestrrat-go-jwx-v3-3.x
branch
from
September 10, 2026 08:14
901b1b1 to
728d2b1
Compare
rdimitrov
approved these changes
Sep 10, 2026
rdimitrov
deleted the
renovate/github.laiyagushi.com-lestrrat-go-jwx-v3-3.x
branch
September 10, 2026 08:54
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v3.2.0→v3.3.0Release Notes
lestrrat-go/jwx (github.com/lestrrat-go/jwx/v3)
v3.3.0Compare Source
Security fix for GHSA-4cf7-xm37-g63h.
Custom claim, header, and JWK field names are now JSON-escaped on output.
Previously a name was written between the quotes as is, so a name containing
"could close its own member and add members the application never set.For example, calling
Setwith the namex":0,"adminproduced a signedtoken containing
"admin":true. Every name now yields exactly one member,and names that need no escaping serialize exactly as before.
See the Changes file for guidance on screening caller-supplied names.
Fixed in v4.5.0 and v3.3.0. v2, v1, and v0 are unmaintained and will not
receive a fix.
For more detailed release notes, see Changes.
What's Changed
Full Changelog: lestrrat-go/jwx@v3.2.0...v3.3.0
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.