Checking for NuGet Package Security Vulnerabilities? #989
RehanSaeed
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The dotnet CLI added a new command to check for vulnerable NuGet packages:
We could use this to create a record of vulnerabilities and add them to the build artefacts:
I'm not certain it's that useful, since if you use GitHub, there is a Security tab that already does all that for you. Dependabot even submits PR's to upgrade packages and fix them.
cc @VictorioBerra
Beta Was this translation helpful? Give feedback.
All reactions