Skip to content
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

CVE on dependencies #21

Closed
etiennelandais opened this issue Dec 27, 2022 · 3 comments
Closed

CVE on dependencies #21

etiennelandais opened this issue Dec 27, 2022 · 3 comments
Labels
bug Something isn't working

Comments

@etiennelandais
Copy link

etiennelandais commented Dec 27, 2022

Describe the bug?

Hello,

Multiple CVE have been reported on the jsonwebtoken package, all have been fixed in the latest release (more details here )

Unfortunately this project use a version of the jwks-rsa package that doesn't use the latest version of the jsonwebtoken package.

In version 3.0.0, jwks-rsa doesn't use jsonwebtoken as a dependencies anymore.

What is expected to happen?

Use the latest version of jwks-rsa (> 3)

What is the actual behavior?

Doesn't use the latest version of jwks-rsa (< 3)

Reproduction Steps?

Install the package

SDK Versions

2.6.0

Execution Environment

N/A

Additional Information?

No response

@etiennelandais etiennelandais added the bug Something isn't working label Dec 27, 2022
@stavert
Copy link

stavert commented Jan 3, 2023

Is there action being taken on this? It's breaking CI/CD flows. Snyk flags it.

@rgrocott
Copy link

rgrocott commented Jan 4, 2023

The vulnerable jsonwebtoken version is also a dev dependency of the njwt package used by this project. There is no fixed version of the njwt package available, and it is apparently not currently maintained - see comments on this PR.

Please can we have an update on what action (if any) is being taken to remediate this?

@jaredperreault-okta
Copy link
Contributor

thanks all for your patience, we have released an update (3.0.0) which upgrades the vulnerable dependencies

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants