-
Notifications
You must be signed in to change notification settings - Fork 125
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
minimist Prototype Pollution vulnerability #62
Comments
Safest option is to probably ditch Comparison of current |
I was looking into submitting a PR that replaced It does seem like |
Another solution would be to move out the CLI (which most people doesn't use), see #58 |
For anyone who's given up the will to live with Just be careful you don't accidentally turn a blind eye to a real vulnerability... |
GHSA-xvch-5gv4-984h the vulnerability is now a Critical. |
For anyone looking at alternatives to Sifter, here are a few I've found: |
https://github.com/substack/node-optimist is deprecated. The author seems to have no intention of maintaining the package.
I think
optimist
should be replaced withyargs
which has all the same functionality - https://github.com/yargs/yargs/blob/master/docs/examples.md#even-more-shiver-me-timbersAlternatively,
optimist
should be forked andminimist
version bumped to0.2.1
.The text was updated successfully, but these errors were encountered: