Skip to content

Loosen jwt dependency to allow 3.x#8

Open
mathieuripert wants to merge 1 commit into
rubymonolith:mainfrom
openirhq:main
Open

Loosen jwt dependency to allow 3.x#8
mathieuripert wants to merge 1 commit into
rubymonolith:mainfrom
openirhq:main

Conversation

@mathieuripert
Copy link
Copy Markdown

Summary

Widen jwt constraint from ~> 2.8 (>= 2.8, < 3.0) to >= 2.8, < 4.0.

jwt 3.2.0 patches CVE-2026-45363 (empty-key HMAC bypass). The only jwt usage in nopassword is Apple OAuth (RS256 decode + ES256 encode), which is fully compatible with the jwt 3.x API. Tested against jwt 3.2.0.

Without this change, applications that depend on nopassword cannot upgrade to the patched jwt version.

Widen jwt constraint from ~> 2.8 (>= 2.8, < 3.0) to >= 2.8, < 4.0.

jwt 3.2.0 patches CVE-2026-45363 (empty-key HMAC bypass). The only
jwt usage in nopassword is Apple OAuth (RS256 decode + ES256 encode),
which is fully compatible with jwt 3.x.
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.

1 participant