Skip to content

digitalcoyote/NuGetDefense.Windows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NuGetDefense

Join the chat at https://gitter.im/NuGetDefense/community

An MSBuildTask that checks for known vulnerabilities. Inspired by OWASP SafeNuGet.

Rider

Example Error Messages in Rider

Visual Studio

Example Error Messages in Visual Studio 2019

Why a new Project?

  1. SafeNuGet hasn't seen a new commit in years and isn't able to keep up with vulnerable packages.
  2. SafeNuGet doesn't have a license (at all).
  3. A pure MSBuild task should not use dependencies and cannot get the desired results without them.

Features

  • Uses Multiple Sources to check for known vulnerabilities in third-party libraries (NuGet packages)
  • Simple installation/configuration: the NuGet Package is all you need.
  • Checks dependencies of installed packages based on the target framework.
  • Allow breaking the build based on severity of vulnerability.
  • Ignore specific vulnerabilities/packages.
  • Blacklisting NuGet Packages
  • Whitelisting NuGet Packages
  • MIT Licensed

Requirements

Currently NuGetDefense is built only in .Net Core 3.1 so you will need the runtime/SDK installed.

How does it work?

NuGetDefense is a bundled dotnet tool that runs using an MSBuild ExecTask after your project finishes building.

Love it? Support it!

You can sponsor this project on Github and Patreon. The funds will be used to pay for software licenses and cloud/hardware costs that keep my projects running.

About

A Windows only .Net 4.8 build of the NuGetDefense package

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages