fider
fider copied to clipboard
Bump the go_modules group across 1 directory with 3 updates
Bumps the go_modules group with 3 updates in the / directory: github.com/golang-jwt/jwt/v4, golang.org/x/crypto and golang.org/x/net.
Updates github.com/golang-jwt/jwt/v4 from 4.1.0 to 4.5.2
Release notes
Sourced from github.com/golang-jwt/jwt/v4's releases.
v4.5.2
See https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp
Full Changelog: https://github.com/golang-jwt/jwt/compare/v4.5.1...v4.5.2
v4.5.1
Security
Unclear documentation of the error behavior in
ParseWithClaimsin <= 4.5.0 could lead to situation where users are potentially not checking errors in the way they should be. Especially, if a token is both expired and invalid, the errors returned byParseWithClaimsreturn both error codes. If users only check for thejwt.ErrTokenExpiredusingerror.Is, they will ignore the embeddedjwt.ErrTokenSignatureInvalidand thus potentially accept invalid tokens.This issue was documented in https://github.com/golang-jwt/jwt/security/advisories/GHSA-29wx-vh33-7x7r and fixed in this release.
Note:
v5was not affected by this issue. So upgrading to this release version is also recommended.What's Changed
- Back-ported error-handling logic in
ParseWithClaimsfromv5branch. This fixes https://github.com/golang-jwt/jwt/security/advisories/GHSA-29wx-vh33-7x7r.Full Changelog: https://github.com/golang-jwt/jwt/compare/v4.5.0...v4.5.1
v4.5.0
What's Changed
- Allow strict base64 decoding by
@AlexanderYastrebovin golang-jwt/jwt#259Full Changelog: https://github.com/golang-jwt/jwt/compare/v4.4.3...v4.5.0
v4.4.3
What's Changed
- fix: link update for README.md for v4 by
@krokitein golang-jwt/jwt#217- Implement a BearerExtractor by
@WhyNotHugoin golang-jwt/jwt#226- Bump matrix to support latest go version (go1.19) by
@mfridmanin golang-jwt/jwt#231- Include https://github.com/golang-jwt/jwe in README by
@oxistoin golang-jwt/jwt#229- Add doc comment to ParseWithClaims by
@jkopczynin golang-jwt/jwt#232- Refactor: removed the unneeded if statement by
@Krout0nin golang-jwt/jwt#241- No pointer embedding in the example by
@oxistoin golang-jwt/jwt#255New Contributors
@krokitemade their first contribution in golang-jwt/jwt#217@WhyNotHugomade their first contribution in golang-jwt/jwt#226@jkopczynmade their first contribution in golang-jwt/jwt#232@Krout0nmade their first contribution in golang-jwt/jwt#241Full Changelog: https://github.com/golang-jwt/jwt/compare/v4.4.2...v4.4.3
v4.4.2
What's Changed
- Added MicahParks/keyfunc to extensions by
@oxistoin golang-jwt/jwt#194- Update link to v4 on pkg.go.dev page by
@polRkin golang-jwt/jwt#195
... (truncated)
Commits
2f0e9adBackporting 0951d18 to v47b1c1c0Merge commit from fork9358574Allow strict base64 decoding (#259)2f0984aUsingtparsefor nicer CI test display (#251)2101c1fNo pointer embedding in the example (#255)35053d4Removed unneeded if statement (#241)0c4e387Add doc comment to ParseWithClaims (#232)bfea432Include https://github.com/golang-jwt/jwe in README (#229)d81acbfBump matrix to support latest go version (go1.19) (#231)fdaf0ebImplement a BearerExtractor (#226)- Additional commits viewable in compare view
Updates golang.org/x/crypto from 0.24.0 to 0.35.0
Commits
7292932ssh: limit the size of the internal packet queue while waiting for KEXf66f74bacme/autocert: check host policy before probing the cacheb0784b7x509roots/fallback: drop obsolete build constraint911360call: bump golang.org/x/crypto dependencies of asm generators89ff08dall: upgrade go directive to at least 1.23.0 [generated]e47973ball: update certs for go1.249290511go.mod: update golang.org/x dependenciesfa5273ex509roots/fallback: update bundlea8ea4bessh: add ServerConfig.PreAuthConnCallback, ServerPreAuthConn (banner) interface71d3a4cacme: support challenges that require the ACME client to send a non-empty JSO...- Additional commits viewable in compare view
Updates golang.org/x/net from 0.26.0 to 0.36.0
Commits
85d1d54go.mod: update golang.org/x dependenciescde1ddaproxy, http/httpproxy: do not mismatch IPv6 zone ids against hostsfe7f039publicsuffix: spruce up code gen and speed up PublicSuffix459513dinternal/http3: move more common stream processing to genericConnaad0180http2: fix flakiness from t.Log when GOOS=jsb73e574http2: don't log expected errors from writing invalid trailers5f45c77internal/http3: make read-data tests usable for server handlers43c2540http2, internal/httpcommon: reject userinfo in :authority1d78a08http2, internal/httpcommon: factor out server header logic for h2/h30d7dc54quic: add Conn.ConnectionState- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions You can disable automated security fix PRs for this repo from the Security Alerts page.
@dependabot recreate