build(deps): bump jwt from 2.10.1 to 2.10.3 - #7959
Merged
Merged
Conversation
dependabot
Bot
force-pushed
the
dependabot/bundler/jwt-3.2.0
branch
from
June 11, 2026 18:27
af9b18c to
166e007
Compare
Collaborator
Coverage Report for CI Build 27562877530Coverage remained the same at 90.209%Details
Uncovered ChangesNo uncovered changes found. Coverage RegressionsNo coverage regressions found. Coverage Stats💛 - Coveralls |
Contributor
|
@dependabot rebase |
Bumps [jwt](https://github.com/jwt/ruby-jwt) from 2.10.1 to 2.10.3. - [Release notes](https://github.com/jwt/ruby-jwt/releases) - [Changelog](https://github.com/jwt/ruby-jwt/blob/main/CHANGELOG.md) - [Commits](jwt/ruby-jwt@v2.10.1...v2.10.3) --- updated-dependencies: - dependency-name: jwt dependency-version: 3.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/bundler/jwt-3.2.0
branch
from
June 15, 2026 17:05
166e007 to
6f9197b
Compare
donny-wong
approved these changes
Jun 15, 2026
donny-wong
left a comment
Contributor
There was a problem hiding this comment.
Reviewed the jwt 2.10.1 → 2.10.3 bump. The only behavioral change is CVE-2026-45363 (rejection of nil/empty HMAC keys). Grepped all JWT call sites — only two exist (lti_client.rb and lti_deployments_controller.rb), both using RS256, so the HMAC fix does not affect MarkUs.
9 tasks
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Bumps jwt from 2.10.1 to 2.10.3.
Changelog
Sourced from jwt's changelog.
... (truncated)
Commits
a52e81dVersion 2.10.3 (#726)9820020Backport to 2.x: Reject nil and empty HMAC keys (CVE-2026-45363) (#725)658275cVersion 2.10.2 (#703)67dc9d3Backport: Avoid using the same digest across calls (#697) (#701)c73c286Simplify CI on 2.10 branch (#702)7ff5f07Fix deprecation messages