Skip to content
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

Migrate to go-jose/v4 #109

Merged
merged 1 commit into from
Jun 30, 2024
Merged

Conversation

siretart
Copy link

@siretart siretart commented Jun 1, 2024

The main change in go-jose/v4 is the requirement to specify accepted
"alg" and "enc" parameters. This is to enhance security, like for
instance "the billion hashes attach" presented at BlackHat 2023.

Note that go-jose/v4 requires go 1.21

References: go-jose/go-jose#64 (comment)
Signed-off-by: Reinhard Tartler [email protected]

@siretart siretart force-pushed the siretart/jose-v4 branch from 592a8b3 to a70e171 Compare June 1, 2024 15:54
keywrap/jwe/keywrapper_jwe.go Outdated Show resolved Hide resolved
keywrap/jwe/keywrapper_jwe.go Outdated Show resolved Hide resolved
@stefanberger
Copy link
Collaborator

Can you please rebase on latest main branch so we can get rid of the test error.

@stefanberger
Copy link
Collaborator

@siretart Still there? Can you rebase on latest master so that the CI/CD tests are passing?

The main change in go-jose/v4 is the requirement to specify accepted
"alg" and "enc" parameters. This is to enhance security, like for
instance "the billion hashes attach" presented at BlackHat 2023.

Note that go-jose/v4 requires go 1.21

References:  go-jose/go-jose#64 (comment)
Signed-off-by: Reinhard Tartler <[email protected]>
@siretart
Copy link
Author

@stefanberger thanks for the ping, I've just force-pushed that rebase.

@stefanberger stefanberger merged commit 0703ce7 into containers:main Jun 30, 2024
5 checks passed
@stefanberger
Copy link
Collaborator

Thanks. Merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants