Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalcoyote committed Jan 6, 2024
2 parents de89a24 + e292f49 commit e736663
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,8 @@ An MSBuildTask that checks for known vulnerabilities. Inspired by [OWASP SafeNuG

View the full documentation for NuGetDefense [here](https://digitalcoyote.github.io/NuGetDefense/)

3.x preview documentation can be found by running `dotnet /path/to/NuGetDefense.dll -?`
4.x preview documentation can be found by running `dotnet /path/to/NuGetDefense.dll -?`

## Prerelease

This prerelease uses the NVD 2.0 API and does not support offline NVD scanning. This includes offline vuln data support that is updatable using the dotnet tool.

## Features

Expand All @@ -21,7 +18,6 @@ This prerelease uses the NVD 2.0 API and does not support offline NVD scanning.
* [National Vulnerability Database](https://nvd.nist.gov/) (Optionally Self-Updating)
* This product uses the NVD API but is not endorsed or certified by the NVD.
* [GitHub Security Advisory Database](https://nvd.nist.gov/)
* [Google's Open Source Vulnerabilities Database](https://osv.dev/) ([Coming Soon!](https://github.com/digitalcoyote/NuGetDefense/discussions/53))
* Simple installation/configuration: the [NuGet Package](https://www.nuget.org/packages/NuGetDefense/) is all you need.
* dotnet Global Tool for those who want to run it manually or just in the CI
* Transitive Dependency Checking
Expand Down

0 comments on commit e736663

Please # to comment.