Skip to content

Releases: digitalcoyote/NuGetDefense

v3.2.0.0 Bugfix Release

14 Dec 02:17
Compare
Choose a tag to compare

Fixes in this release focused on the SQLite cache.

A special thanks to @xtbmedia for PR #166 fixing a crash that could occur when initially creating the cache, and leaving the code base cleaner and providing a unit test to help make sure this continues to function.

3.2.0-prerelease7

13 Dec 03:11
Compare
Choose a tag to compare
3.2.0-prerelease7 Pre-release
Pre-release

Fixes in this Release:

  • Fix crash on startup when recreating database -Thanks to @xtbmedia

v3.2.0.0 Prerelease 6

30 Jul 00:10
Compare
Choose a tag to compare
v3.2.0.0 Prerelease 6 Pre-release
Pre-release

Fixed Issues

  • Fixed an issue with duplicate keys in the Vulnerabilities database

Known Issues

  • There is a known issue with the NVD API timing out. NVD has announced they are investigating, but both NVD source may be unreliable until that is resolved

v3.2.0.0 Prerelease 4

16 Jun 02:13
Compare
Choose a tag to compare
v3.2.0.0 Prerelease 4 Pre-release
Pre-release

Fixed an issue with the sqlite cache. This version is not production ready.

v3.1.1.0 Hotfix Release

24 Mar 22:53
Compare
Choose a tag to compare

#132 That could cause NuGetDefense to crash if no settings file is specified. Thanks to PR #133

v3.1.0

24 Mar 01:34
Compare
Choose a tag to compare

New This Release

:NuGetDefense will now default to using a location in the AppData special Folder for configuration and caching (maps to different location for Windwos/Linux/Mac)

  • Default sqlite cache path
  • Defautl config location for .Net Tool
  • Global VulnData.bin

Fixed This Release

v3.0.11

05 Mar 21:10
Compare
Choose a tag to compare

Fixes this Release

  • Support csproj with multiple target frameworks that target different versions of same package
  • Ignore Sonatype ID's using IgnoredCVEs in NuGetDefense.config

PreRelease of Fix for #109

12 Feb 23:54
Compare
Choose a tag to compare
Pre-release

Changed the Dictionary throwing an error in #109 to use packageURL instead of PackageId as the key.

v3.0.10

15 Jan 21:16
Compare
Choose a tag to compare

Fixed

  • Fixe #91 Chakra Core should now map properly to Microsoft.ChakraCore when reporting vulnerabilities

Bumped Dependencies

  • NuGetDefense.NVD: 2.0.8 -> 2.0.9.1
  • Microsoft.Data.Sqlite: 7.0.0 -> 7.0.2
  • System.Text.Json: 7.0.0 -> 7.0.1

v3.0.9 Fix GHSA False Positives for Exact Version Ranges

11 Dec 19:25
Compare
Choose a tag to compare