fix(deps): update module github.com/lestrrat-go/jwx/v2 to v3 - autoclosed - #142
Closed
renovate[bot] wants to merge 1 commit into
Closed
renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
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:
v2.1.7→v3.3.0Release Notes
lestrrat-go/jwx (github.com/lestrrat-go/jwx/v2)
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
v3.2.0Compare Source
For more detailed release notes, see Changes.
What's Changed
Full Changelog: lestrrat-go/jwx@v3.1.1...v3.2.0
v3.1.1Compare Source
For more detailed release notes, see Changes.
What's Changed
f245a91to7bf9d82by @dependabot[bot] in #2065Full Changelog: lestrrat-go/jwx@v3.1.0...v3.1.1
v3.1.0Compare Source
See Changes file for curated list of changes
What's Changed
ce28e4bin examples by @lestrrat in #1621Configuration
📅 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.