-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
npm install reports "36 low level vulnerabilities" #7583
Comments
Updated to v3.3.17 -- same thing. |
Hey @slimandslam I'm running into low level vulnerabilities, but I'm on 3.3.25. On 3.3.25 I'm getting 7, and npm audit shows the following:
|
I guess that's an improvement (?) :-D |
@slimandslam Definitely an improvement, but some stakeholders of mine wish things were squeeky clean. (Zero vulnerabilities.) |
To add to this older thread: I am revisiting Amplify after a year and a half for a new project. I just ran
Running: I have never installed Amplify on this machine. Is any work being done to mitigate all these vulnerabilities? Frankly, I would be hesitant to use it for any project. Which is a shame - the Authentication feature and its integration with Vue was great the last time I used it. :) |
Related discussion: https://github.com/aws-amplify/amplify-js/discussions/7569 |
@TheVirtuoid, we definitely hear you and we (I) have opened an issue for the cli team to take a look at here: aws-amplify/amplify-cli#8178. I am going to see if I can improve this for both CLI and JS. Thank you for bringing this to our attention. |
We're close to the end of January 2022 - about a year later. Still seems like an issue. A fresh install of aws-amplify results in 26 vulnerabilities (6 moderate, 20 high). My clients are concerned with this result and therefore question the quality of Amplify.
By contrast, the widely used create-react-app results in ZERO (0) vulnerabilities. Would it be possible to get an eta on a resolution from the team? |
Today, 9 Feb, with the version |
Describe the bug
Doing an "npm install" with the latest version of aws-amplify yields "36 low-level vulnerabilities". Using Nodejs version 15.6.0 and npm 7.4.0
To Reproduce
Use this perfunctory package.json file:
Type
$ npm install
with Nodejs installed.Expected behavior
I expect the output to be "0 low-level vulnerabilities"
The text was updated successfully, but these errors were encountered: