-
Notifications
You must be signed in to change notification settings - Fork 743
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
Vulnerabilities in node_modules #1717
Comments
Those issues would be happening in the |
Thank you so much for your quick reply @designatednerd, I have now raised this within the tooling project 🙇 |
Updated version of the CLI will go out with the next minor release (probably tomorrow) |
Thank you for the update. Can't wait to try it 🙂 |
This version has been released! |
Report
We've recently added an OWASP vulnerability analysis step to our CI pipelines using DependencyCheck, and it reported two known vulnerabilities in some dependencies of Apollo. Looks like they are related to the JS components so please let me know if there is a better repo to report this to.
Pods/Apollo/scripts/apollo/node_modules/lodash/package.json
CVE-2020-28500, CVE-2021-23337Pods/Apollo/scripts/apollo/node_modules/await-to-js/dist/docs/assets/js/main.js
CVE-2015-9251, CVE-2019-11358, CVE-2020-11022, CVE-2020-11023I found a similar issue that was raised in the past here #439
Would it be possible to bump versions for those dependencies so they are not flagged? I'm not a JS expert so not sure how much effort it would be.
Versions
apollo-ios
SDK version: 0.42.0dependency-check
version: 6.0.5Steps to reproduce
dependency-check
The text was updated successfully, but these errors were encountered: