Skip to content

vendor: github.com/go-jose/go-jose/v4 v4.1.5 - #7288

Merged
vvoland merged 1 commit into
docker:masterfrom
thaJeztah:bump_jose
Sep 3, 2026
Merged

vvoland merged 1 commit into
docker:masterfrom
thaJeztah:bump_jose

Conversation

@thaJeztah

Copy link
Copy Markdown
Member

Fixed security issues

  • cipher/cbc_hmac: don't panic on empty ciphertext
  • cipher/cbc_hmac: don't panic on invalid key
  • json: limit stack depth
  • jwt: reject out-of-range NumericDate values
  • Check alg against pubkey curve during verify.
  • Reject malformed Ed25519 JWKs
  • jws: choose verification key per-signature

Changed

  • Verify OpaqueSigner's Public() return is public
  • jws: skip signature on ErrJWKSKidNotFound
  • Handle JWE JSON without protected header
  • jws: don't strip internal whitespace before parsing JSON
  • jws: fewer calls to OpaqueSigner.Public()
  • Return a specific error when parsing empty string
  • Reject typed nil at Verify time

full diff: go-jose/go-jose@v4.1.4...v4.1.5

- What I did

- How I did it

- How to verify it

- Human readable description for the release notes

- A picture of a cute animal (not mandatory but encouraged)

Fixed security issues

- cipher/cbc_hmac: don't panic on empty ciphertext
- cipher/cbc_hmac: don't panic on invalid key
- json: limit stack depth
- jwt: reject out-of-range NumericDate values
- Check alg against pubkey curve during verify.
- Reject malformed Ed25519 JWKs
- jws: choose verification key per-signature

Changed

- Verify OpaqueSigner's Public() return is public
- jws: skip signature on ErrJWKSKidNotFound
- Handle JWE JSON without protected header
- jws: don't strip internal whitespace before parsing JSON
- jws: fewer calls to OpaqueSigner.Public()
- Return a specific error when parsing empty string
- Reject typed nil at Verify time

full diff: go-jose/go-jose@v4.1.4...v4.1.5

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@vvoland vvoland modified the milestones: 29.8.1, 29.8.0 Sep 3, 2026
@vvoland
vvoland merged commit 88096ef into docker:master Sep 3, 2026
113 of 115 checks passed
@thaJeztah
thaJeztah deleted the bump_jose branch September 3, 2026 21:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants