-
Notifications
You must be signed in to change notification settings - Fork 238
New issue
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
Please update the jose dependency #316
Comments
Turns out, this isn't trivial. v3 of Jose is a breaking change as is v4 |
Thanks for raising this @dancrumb That vulnerability has been patched in |
Thanks for the response Adam. However, that linked vulnerability points to CVE-2021-29443, not CVE-2021-29446. GHSA-rvcw-f68w-8h8h is the GitHub advisory for this CVE |
They're for the same vulnerability The CVE you are pointing to (CVE-2021-29446) is for The correct CVE for this vulnerability in |
Currently,
jwks-rsa
depends on[email protected]
This is impacted by CVE-2021-29446.
This is addressed at
jose@>=3.11.4
I tried to use the
overrides
property in mypackage.json
, but that did not help.Can you release a new version of this module with an update
jose
dependency, please?The text was updated successfully, but these errors were encountered: