-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Open
Labels
Description
Version
4.2.3
Reproduction link
Environment info
This issue is present in all normal usage environments.
Steps to reproduce
This issue can be easily found using npm tooling. I am not sure how to identify it using yarn. Basically, just run "npm audit" or "npm audit --fix". The minimist package is recognized to have a prototype pollution vulnerability and it is recommended to move up to version 1.2.3 or higher.
What is expected?
No security vulnerabilities
What is actually happening?
npm flags vue-cli as harboring a moderate risk (prototype pollution) through the "minimist" dependency.
I tried to fix this myself, but was unable to push my code up for a PR. It should be as simple as updating the line in package.json. However tests will need to be run to ensure that doing so does not introduce any other problems.
cdbkr, mbielecki3, vegerot, BlueSeph28, a1300 and 13 moreMengtiSun and chris-carringtonkaantureyyen, lilisgeorge, a1300, bjkippax, pedrogustavo and 2 more