We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The gem rack-oauth2 has json-jwt >= 1.11.0 as dependency which is vulnerable to CVE-2023-51774 (see GHSA-c8v6-786g-vjx6).
rack-oauth2
json-jwt >= 1.11.0
Patched versions are 1.16.6 and 1.15.3.1.
1.16.6
1.15.3.1
Add gem 'json-jwt', '>= 1.16.6' to your gemfile to ensure the patched gem version.
gem 'json-jwt', '>= 1.16.6'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue
The gem
rack-oauth2
hasjson-jwt >= 1.11.0
as dependency which is vulnerable to CVE-2023-51774 (see GHSA-c8v6-786g-vjx6).Patched versions are
1.16.6
and1.15.3.1
.Temporary fix
Add
gem 'json-jwt', '>= 1.16.6'
to your gemfile to ensure the patched gem version.The text was updated successfully, but these errors were encountered: