-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
yargs-parser vulnerability (@vue/cli-service > webpack-dev-server > yargs > yargs-parser) #5439
Comments
Anyone have a work-around for NPM instead of Yarn? Assuming the syntax may be different than what @mashpie posted above... |
@dosstx you might consider https://www.npmjs.com/package/npm-force-resolutions still:
yet no issues on several "patched" projects... |
Same problem. |
Should have been fixed with the release of webpack-dev-server 3.11.0 |
I just wrote an article on this issue's fix. Check it out on medium https://medium.com/@dieguiviti/yargs-parser-vulnerability-fix-5ab421663d22 |
broken link, can't see the article on your profile either |
This is still not fixed with version
|
Not sure why this issue is closed - should I raise a new one? |
Have created #6160 |
Version
4.3.1
Environment info
Steps to reproduce
run
yarn audit
in any newly created or exiting vue-cli projectWhat is expected?
should not report any issues
What is actually happening?
reports:
please upgrade
webpack-dev-server
as soon their issue got resolved webpack/webpack-dev-server#2559.Meanwhile a workaround with yarn resolution works by adding:
The text was updated successfully, but these errors were encountered: