Skip to content

Bump jwt from 2.2.3 to 2.3.0

libautomation requested to merge dependabot/bundler/jwt-2.3.0 into main

Bumps jwt from 2.2.3 to 2.3.0.

Changelog

Sourced from jwt's changelog.

v2.3.0 (2021-10-03)

Full Changelog

Closed issues:

  • [SECURITY] Algorithm Confusion Through kid Header #440
  • JWT to memory #436
  • ArgumentError: wrong number of arguments (given 2, expected 1) #429
  • HMAC section of README outdated #421
  • NoMethodError: undefined method `zero?' for nil:NilClass if JWT has no 'alg' field #410
  • Release new version #409
  • NameError: uninitialized constant JWT::JWK #403

Merged pull requests:

Commits
  • 1fd5b7a Bump version to 2.3.0
  • cf7848c Update AUTHORS
  • 60a89d0 Update CHANGELOG
  • 06812af Fix Style/MultilineIfModifier issues
  • a4270e8 Pass kid param through JWT::JWK.create_from
  • ffad2de feat(EdDSA): Accept EdDSA as algorithm header
  • 1a4e401 fix document about passing JWKs as a simple Hash
  • 744933b Tests for mixing JWK keys with mismatching algorithms
  • 3b4a1ab Fixing some rubocop warnings
  • 97dfc64 integration test for required_claims
  • Additional commits viewable in compare view

Merge request reports