-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Low Severity Vulnerability : Prototype Pollution in minimist. #1992
Comments
https://snyk.io/test/npm/nodemon#SNYK-JS-MINIMIST-2429795 I've updated the title to reflect a more accurate representation - I don't particularly rate github's advisories at all. There's a ticket that's open wanting to remove update-notifier entirely: #1961 |
I apologize, I am unable to understand clearly (the links you provided). I am still in my learning phase, I saw vulnerability, and I reported it. Can you tell if this issue vulnerability can be fixed? Update : I tested by installing |
Not sure if it's directly related to this issue, but whenever I have Nodemon installed, I get "8 high severity vulnerabilities", compared to when it's not installed and I have 0. Node 16.14.2, NPM 8.5.0, Nodemon 2.0.15 on Mac OS 11.6. |
|
The reality is that there is an exceptionally slim chance of this vuln affecting you - iirc it can only be exploited through nodemon if you're using someone else's required version of nodemon (which you've not reported - i.e. you're probably running nodemon directly). I suspect you'll see a minor bump in update-notifier or one of the downstream deps - and an All the same, I still want to remove update-notifier at some point soon. |
As mentioned, a bump in your local deps (or just removing nodemon and re-installing) will clear the vuln: https://snyk.io/test/npm/nodemon Close this issue - I think the update-notifier is tracked in another issue (don't have the ticket to hand though). |
For others on this thread, it's always worth completely removing your node_modules and running |
thanks |
nodemon -v
: 2.0.15node
: 14.15.4Expected behaviour
found 0 vulnerabilities
Actual behaviour
found 2 vulnerabilities // I installed
hbs
(handlebars) package, after installing it, it directly showed two high vulnerabilities (one in hbs minimist, and one innodemon
minimist.Steps to reproduce
If applicable, please append the
--dump
flag on your command and include the output here ensuring to remove any sensitive/personal details or tokens.The text was updated successfully, but these errors were encountered: