nugetscan
v0.0.28
Published
Command line to check nugets and transitives for vulnerabilites
Downloads
9
Readme
nugetscan - command line to check nugets and transitives for vulnerabilites
Helps you check nuget packages for vulnerabilities via your command line. View the source code on GitHub. View the package on npmjs.com
Installation Instructions
Just open your cmd and try to check one package. For example
npx nugetscan package SixLabors.ImageSharp --version 3.1.3
There are 3 ways to use it:
npx nugetscan package SixLabors.ImageSharp --version 3.1.4
-> Checking package SixLabors.ImageSharp with version 3.1.4 and it's transitivesnpx nugetscan test.csproj
-> Checking packages included in test.csproj file and it's transitivesnpx nugetscan .
-> Finding all csproj in selected folder and subfolders. After checking packages included in each csproj file and it's transitives
Try these to see the differences:
npx nugetscan package SixLabors.ImageSharp --version 3.1.4
npx nugetscan package SixLabors.ImageSharp --version 3.1.3
npx nugetscan package Microsoft.NET.Test.Sdk --version 17.3.2
-> if you want something taugh try this! But it can take more that 30 seconds the first time...
Roadmap
- Use more resources from https://api.nuget.org/v3/index.json
- https://www.google.com/search?q=nuget+credential+provider
- https://github.com/microsoft/artifacts-credprovider