-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Too many vulnerabilities on fresh vue project #6686
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
Comments
From my understanding, the fact is that these vulnerabilities don't really affect our business projects In addition, the maintainers are actively working on these |
@screetBloom I hope you're right, because the more dependencies i add more warnings i get because the deprecated ones. |
On a fresh install I get all these deprecated packages: That is ALOT of deprecated packages too include, with 23 Vulnerabilities on a fresh install. And then fails every time when I try too build with a further 43 Vulnerabilities |
Just even installing Vue CLI with Ends up with: 23 vulnerabilities (4 moderate, 19 high) |
After just installing cli globally, it's |
Same here, I believe these are not "real" vulnerabilities. But still doesn't get well along security reports and log files... |
This needs attention. We're looking at potentially adopting Vue for some of our projects, but security will not approve with this many vulnerabilities on a clean install. All attempts to rectify the dev dependency issues manually have resulted in even more errors. Please do a clean sweep of your official packages and clear your audits. |
This is very dumb. npm audit is broken by design and is just useless noise. Spending so much time on this non-issue is just wasting everybody's time (especially maintainers').
This is way to much work for literally zero benefits. |
Version
4.5.13
Environment info
Steps to reproduce
Create a new project with
vue create project-name
[ENTER]
[ENTER]
[ENTER]
[ENTER]
[ENTER]
[ENTER]
[ENTER]
At the end the result is:
16 vulnerabilities (11 moderate, 5 high)
What is expected?
Maybe less vulnerabilities?
What is actually happening?
To many deprecated dependencies
The text was updated successfully, but these errors were encountered: