-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump github.com/golang-jwt/jwt/v4 from 4.4.2 to 4.5.1 #12
base: master
Are you sure you want to change the base?
Bump github.com/golang-jwt/jwt/v4 from 4.4.2 to 4.5.1 #12
Conversation
Bumps [github.com/golang-jwt/jwt/v4](https://github.com/golang-jwt/jwt) from 4.4.2 to 4.5.1. - [Release notes](https://github.com/golang-jwt/jwt/releases) - [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md) - [Commits](golang-jwt/jwt@v4.4.2...v4.5.1) --- updated-dependencies: - dependency-name: github.com/golang-jwt/jwt/v4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
|
Reviewer's Guide by SourceryThis PR updates the golang-jwt/jwt dependency from version 4.4.2 to 4.5.1. The update includes important security fixes for error handling in ParseWithClaims, along with several minor improvements and documentation updates. No diagrams generated as the changes look simple and do not need a visual representation. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Hey @dependabot[bot], here are examples of how you can ask me to improve this pull request: @Sweep Fix the CI errors. @Sweep Add unit tests that verify the error handling behavior of `ParseWithClaims` when a token is both expired and invalid, specifically checking that both `jwt.ErrTokenExpired` and `jwt.ErrTokenSignatureInvalid` errors are properly returned and can be detected using `errors.Is()`. 📖 For more information on how to use Sweep, please read our documentation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have skipped reviewing this pull request. It seems to have been created by a bot (hey, dependabot[bot]!). We assume it knows what it's doing!
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs, please add comments to this ticket if you would like it to stay open. Thank you for your contributions. |
Bumps github.com/golang-jwt/jwt/v4 from 4.4.2 to 4.5.1.
Release notes
Sourced from github.com/golang-jwt/jwt/v4's releases.
Commits
7b1c1c0
Merge commit from fork9358574
Allow strict base64 decoding (#259)2f0984a
Usingtparse
for nicer CI test display (#251)2101c1f
No pointer embedding in the example (#255)35053d4
Removed unneeded if statement (#241)0c4e387
Add doc comment to ParseWithClaims (#232)bfea432
Include https://github.com/golang-jwt/jwe in README (#229)d81acbf
Bump matrix to support latest go version (go1.19) (#231)fdaf0eb
Implement a BearerExtractor (#226)f2878bb
fix: link update for README.md for v4 (#217)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 merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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)You can disable automated security fix PRs for this repo from the Security Alerts page.
Summary by Sourcery
Build: