PackScan 0.0.3

dotnet tool install --global PackScan --version 0.0.3
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local PackScan --version 0.0.3
This package contains a .NET tool you can call from the shell/command line.
#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 © 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETCoreApp 2.1

    • No dependencies.
Version Downloads Last updated
0.0.3 887 7/20/2018
0.0.2 800 7/14/2018
0.0.1 880 7/12/2018