-
Notifications
You must be signed in to change notification settings - Fork 78
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
Dependencies have security vulnerabilities #2774
Comments
Thank you for filing this issue. We appreciate your feedback and will review the issue as soon as possible. Remember, however, that GitHub isn't a mechanism for receiving support under any agreement or SLA. If you require immediate assistance, contact Salesforce Customer Support. |
Hello @hungrypipo 👋 It looks like you didn't include the full Salesforce CLI version information in your issue. A few more things to check:
Thank you! |
The many repos involved with building the Salesforce CLI have dependabot running weekly to keep everything as up to date as possible. The |
Will eventually be fixed with oclif/plugin-plugins#821 |
For @salesforce/cli even the latest 2.34 version
Just one example, the ip module used 2.0.0 has a vulnerability that can be fixed by a higher version
https://security.snyk.io/vuln/SNYK-JS-IP-6240864
From npm-shrinkwrap.json:
"node_modules/npm/node_modules/ip": {
"version": "2.0.0",
"inBundle": true,
"license": "MIT"
},
The other one that has a fix
https://security.snyk.io/vuln/SNYK-JS-SERIALIZEJAVASCRIPT-6147607
The text was updated successfully, but these errors were encountered: