-
Notifications
You must be signed in to change notification settings - Fork 913
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 security vulnerability for commitlint-cli #1691
Comments
Just made a PR, but tests are failing: #1694 |
Any update about this? |
Sorry, not sure when we have time to look into this. Feel free to help debugging. |
Updating the dependency version of the package-lock.json resolves.
|
Great if that works for you. |
This is still an issue! |
@escapedcat Can we focus on this issue, we use this package in webpack/webpack contrib orgs and we have problems with audit a long time + new release |
For further discussions regarding this issue I suggest to join the |
Released under
|
@sivanirupavat the issue in your screenshot is not related to commitlint if I read this correct |
@yjm9425 |
? |
Expected Behavior
No security vulnerabilities.
Current Behavior
Running npm audit results in the following report
Affected packages
Possible Solution
The latest version of yargs-parser does not have this vulnerability. Recommend upgrading. Additionally recommend using the Snyk bot as it will regularly catch these and make PRs to solve security issues.
Steps to Reproduce (for bugs)
npm init
to make new projectnpm install
and thennpm audit
Your Environment
commitlint --version
git --version
node --version
The text was updated successfully, but these errors were encountered: