-
Notifications
You must be signed in to change notification settings - Fork 238
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
[RRFC] npm audit <package> for a not yet installed package #223
Comments
|
Ah yes, there is: https://www.npmjs.com/package/fix |
Action items
|
Thanks, for the suggestions, @isaacs. I pretty much went with all of them for the RFC, @darcyclarke I opened a RFC, I would call it a draft, so if you have any comments let me know :) |
Let's follow up with the conversation in the PR now 😊 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Motivation ("The Why")
In some environments (aka corporate) the NPM Registry might be behind a firewall like Nexus Firewall (which automatically blocks vulnerable packages and responds to npm with status code 403. It would be nice to have the ability to query for vulnerabilities before installing a package.
Example
npm audit <package name> --remote
This would probably not have to report back a detailed report, a summary of vulnerabilities (low, moderate or high) would probably be enough.
How
Query npm audit for a not yet installed, single package.
Current Behaviour
There is nothing I am aware of.
Desired Behaviour
Report a summary of vulnerabilities for a not yet installed package back.
References
The text was updated successfully, but these errors were encountered: