PackScan 0.0.3
dotnet tool install --global PackScan --version 0.0.3
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local PackScan --version 0.0.3
#tool dotnet:?package=PackScan&version=0.0.3
nuke :add-package PackScan --version 0.0.3
Pack Scan
CLI tool for scanning NuGet package dependancies for known vulnerabilities.
Pack Scan makes use of the Sonatype OSS Index API to check your projects NuGet package dependancies which are known to have security vulnerabilities.
INSTALL
dotnet tool install -g packscan
SYNOPSIS
packscan [-af] [file|nuget]
DESCRIPTION
List all nuget package dependancies, and their vulnerability status, including information about the vulnerabilities.
The following options are available.
-f, --file either a .csproj or packages.config file containing nuget references. -v, --verbose display verbose output, including vulnerability description and references.
Examples of use:<br/> List all vulnerability statuses for packages in specified file.<br/>
packscan -f packages.config
List vulnerability status for specified package/version.<br/>
packscan LibGit2Sharp@0.2.0 -v
AUTHOR
Written by Jamil Geor
COPYRIGHT
Copyright © 2018 Jamil Geor. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.1 is compatible. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
-
.NETCoreApp 2.1
- No dependencies.