-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update module github.com/go-jose/go-jose/v3 to v4 #6
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/github.com-go-jose-go-jose-v3-4.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
Branch automerge failureThis PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.
|
renovate
bot
force-pushed
the
renovate/github.com-go-jose-go-jose-v3-4.x
branch
from
March 7, 2024 21:26
f2fbcc7
to
852143d
Compare
renovate
bot
changed the title
Update module github.com/go-jose/go-jose/v3 to v4
Update module github.com/go-jose/go-jose/v3 to v4 - autoclosed
Mar 8, 2024
renovate
bot
changed the title
Update module github.com/go-jose/go-jose/v3 to v4 - autoclosed
Update module github.com/go-jose/go-jose/v3 to v4
Mar 8, 2024
renovate
bot
force-pushed
the
renovate/github.com-go-jose-go-jose-v3-4.x
branch
from
March 8, 2024 04:41
852143d
to
7459957
Compare
renovate
bot
force-pushed
the
renovate/github.com-go-jose-go-jose-v3-4.x
branch
from
April 14, 2024 10:09
7459957
to
c2a3af0
Compare
renovate
bot
force-pushed
the
renovate/github.com-go-jose-go-jose-v3-4.x
branch
from
April 25, 2024 03:19
c2a3af0
to
05a64b1
Compare
renovate
bot
force-pushed
the
renovate/github.com-go-jose-go-jose-v3-4.x
branch
2 times, most recently
from
May 14, 2024 01:48
8755c5c
to
5ad2669
Compare
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
renovate
bot
force-pushed
the
renovate/github.com-go-jose-go-jose-v3-4.x
branch
from
June 17, 2024 16:26
5ad2669
to
42f3ca5
Compare
renovate
bot
force-pushed
the
renovate/github.com-go-jose-go-jose-v3-4.x
branch
from
July 9, 2024 22:38
42f3ca5
to
c1a2121
Compare
renovate
bot
force-pushed
the
renovate/github.com-go-jose-go-jose-v3-4.x
branch
from
July 27, 2024 04:07
c1a2121
to
9b42b47
Compare
renovate
bot
force-pushed
the
renovate/github.com-go-jose-go-jose-v3-4.x
branch
from
September 11, 2024 16:00
9b42b47
to
c153041
Compare
renovate
bot
force-pushed
the
renovate/github.com-go-jose-go-jose-v3-4.x
branch
from
November 17, 2024 15:26
c153041
to
95e3e70
Compare
renovate
bot
changed the title
Update module github.com/go-jose/go-jose/v3 to v4
Update module github.com/go-jose/go-jose/v3 to v4 - autoclosed
Nov 20, 2024
renovate
bot
changed the title
Update module github.com/go-jose/go-jose/v3 to v4 - autoclosed
Update module github.com/go-jose/go-jose/v3 to v4
Nov 20, 2024
renovate
bot
force-pushed
the
renovate/github.com-go-jose-go-jose-v3-4.x
branch
from
December 22, 2024 16:18
95e3e70
to
ac53b63
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.0.3
->v4.0.4
Release Notes
go-jose/go-jose (github.com/go-jose/go-jose/v3)
v4.0.4
Compare Source
Fixed
breaking change. See #136 / #137.
v4.0.3
Compare Source
Changed
v4.0.2
Compare Source
Changed
argument type (#104)
curves error cases (#117)
v4.0.1
Compare Source
Fixed
amounts of memory and CPU when decompressed by
Decrypt
orDecryptMulti
.Those functions now return an error if the decompressed data would exceed
250kB or 10x the compressed size (whichever is larger). Thanks to
Enze Wang@Alioth and Jianjun Chen@Zhongguancun Lab (@zer0yu and @chenjj)
for reporting.
v4.0.0
Compare Source
This release makes some breaking changes in order to more thoroughly
address the vulnerabilities discussed in Three New Attacks Against JSON Web
Tokens, "Sign/encrypt confusion", "Billion hash attack", and "Polyglot
token".
Changed
ParseSigned, ParseDetached, jwt.ParseEncrypted, jwt.ParseSigned,
jwt.ParseSignedAndEncrypted (#69, #74)
to use and it's a mistake to allow unexpected algorithms. For instance the
"billion hash attack" relies in part on programs accepting the PBES2
encryption algorithm and doing the necessary work even if they weren't
specifically configured to allow PBES2.
Added
ParseEncrypted, which try to automatically detect which serialization was
provided. It's common to require a specific serialization for a specific
protocol - for instance JWT requires Compact serialization.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.