-
Notifications
You must be signed in to change notification settings - Fork 554
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
Update yarn.lock to fix vulnerable dependencies #2479
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2479 +/- ##
=======================================
Coverage 41.74% 41.74%
=======================================
Files 120 120
Lines 3066 3066
Branches 332 332
=======================================
Hits 1280 1280
Misses 1694 1694
Partials 92 92 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a reason we are changing all the registries from yarn to npm?
@frederikprijck I missed that one. I used https://www.npmjs.com/package/yarn-audit-fix and looks like it uses npm audit command which replaces the registry. We can remove the first commit and just go ahead with the 2nd commit if this is an issue. I wanted fix all vulnerabilities shown in yarn audit and that's why I went ahead with this. |
It looks like |
I am going to close this. Crypto-js is pulled in through auth0.js. I patched auth0js and will update auth0js in the repo: auth0/auth0.js#1363 I will also follow up with an audit fix like in this PR seperatly. |
### Changes Upgrading auth0-js to solve a vulnerability with crypto-js [CVE-2023-46233](https://nvd.nist.gov/vuln/detail/CVE-2023-46233) ### References https://nvd.nist.gov/vuln/detail/CVE-2023-46233 #2479 ### Testing Ran unit tests. Checking with CI for integration test.
Changes
We are updating all the dependencies that are marked as vulnerable. There is a seperate commit upgrading crypto-js to fix vulnerability CVE-2023-46233
References
https://nvd.nist.gov/vuln/detail/CVE-2023-46233
Testing
Ran unit tests. Checking with CI for integration test.