We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am trying to do audit NuGet packages in my project for vulnerabilities automatically but I can't.
Ok, we trust NuGet packages by default, but when and how should I know that I need to update any of them?
I want a solution that is a dotnet tool and looks like 'npm audit' (https://blog.npmjs.org/post/173719309445/npm-audit-identify-and-fix-insecure).
The text was updated successfully, but these errors were encountered:
This work is already in progress. See the issue and the spec.
Sorry, something went wrong.
@colotiline Thanks for contacting us.
We think this a question better asked to the NuGet folks at https://github.com/nuget/home
Hope that helps.
No branches or pull requests
Is your feature request related to a problem? Please describe.
I am trying to do audit NuGet packages in my project for vulnerabilities automatically but I can't.
Ok, we trust NuGet packages by default, but when and how should I know that I need to update any of them?
Describe the solution you'd like
I want a solution that is a dotnet tool and looks like 'npm audit' (https://blog.npmjs.org/post/173719309445/npm-audit-identify-and-fix-insecure).
The text was updated successfully, but these errors were encountered: