All Versions
67
Latest Version
Avg Release Cycle
23 days
Latest Release
971 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v6.1.0 Changes
January 27, 2021 -
v6.0.5 Changes
January 07, 2021๐ Changes
- โ Added missing command line arguments per #3028 and #3035.
- ๐ False positive reduction and minor bug fixes.
- ๐ See the full listing of changes.
-
v6.0.4 Changes
December 31, 2020๐ Changes
- ๐ Minor bug fixes and reduction of false positives.
- ๐ See the full listing of changes.
-
v6.0.3 Changes
November 03, 2020๐ Changes
- โ Added a bash command completion script (see #2916); to add completion to your shell
completion-for-dependency-check.sh
can be found in the bin directory of the CLI:bash $ source completion-for-dependency-check.sh
- ๐ An experimental PIP File Analyzer was added (see #2877).
- ๐ Analysis of Node JS produced several false positives (see #2796); the analysis has
been updated to reduce the number of false positives.
- If analyzing Node JS projects it is highly recommended to disable the Node JS Analyzer and solely rely on the Node Audit Analyzer. There are plans to rework Node JS analysis in a future release.
- ๐ Support for external Oracle databases has been add for the 6.x releases (see #2899)
- Resolved several reported false positives.
- ๐ Several other bug fixes have been implemented; see the full listing of changes.
- โ Added a bash command completion script (see #2916); to add completion to your shell
-
v6.0.2 Changes
September 27, 2020๐ Changes
- ๐ The project is migrating from hosting the release archives on Bintray and moving them to Github under the assets for each release
- Please update any automation you have to point to the new location.
- ๐ Npm Audit Analyzer now correctly skips dev dependencies (
--nodeAuditSkipDevDependencies
); see #2482. - ๐ GoLang Analyzer now scans transitive dependencies; see #2680.
๐ Several bug fixes found in 6.0.1.
Full listing of changes.
- ๐ The project is migrating from hosting the release archives on Bintray and moving them to Github under the assets for each release
-
v6.0.1 Changes
September 13, 2020๐ Changes
- ๐ Improved error messages when upgrading from 5.x to 6.x; due to breaking database changes if the old database schema is detected an error message is produced indicating that the old database should be purged.
- ๐ Fixed the database path for the Ant and Gradle plugins.
โ Added locking around the RetireJS updates to resolve read/write conflicts in CI environments.
Full listing of changes.
-
v6.0.0 Changes
September 07, 2020๐ Changes
- ๐ฅ Updated database schema; this is a breaking change and anyone using an external database or those whom
specify the data directory will need recreate the database (including users of the docker image). The schema
changes were made to:
- Improve the CVSS data, when available, per #2547
- Improve the way that ecosystems are determined
- Improve the update performance of external databases
- Users with an external Oracle database will not be able to upgrade as https://github.com/jeremylong/DependencyCheck/issues/2755 has not been resolved - as such, version 6.0.0 does not support Oracle.
๐ Users mirroring the NVD - ODC 6.0.0 requires the use of the version 1.1 data feeds - please ensure you are using 1.1 not the 1.0 data feed.
Full listing of changes.
- ๐ฅ Updated database schema; this is a breaking change and anyone using an external database or those whom
specify the data directory will need recreate the database (including users of the docker image). The schema
changes were made to:
-
v5.3.2 Changes
March 26, 2020๐ Changes
- ๐ Several bug fixes
- Full listing of changes.
-
v5.3.1 Changes
March 10, 2020๐ Changes
- โ Added an experimental PE Analyzer that reads the PE headers of DLL and EXE files; see #2448 and #2446.
- โก๏ธ Lots of bug fixes and updates to false positives and false negatives
- You may see a large one time performance hit when updating the database after updating to 5.3.1
- Full listing of changes.
-
v5.3.0 Changes
January 15, 2020๐ Changes
- โก๏ธ Updated the JSON report to include a new field for unscored vulnerabilities (see #2392).
- โก๏ธ Updated the XML report to include a new attribute to flag unscored vulnerabilities (see #2392)
- โ Added an experimental analyzer that will lookup Node libraries in the NVD data feeds (see #1249)
NpmCPEAnalyzer
, experimental analyzers must be enabled, controlled via propertyanalyzer.npm.cpe.enabled
which will be exposed as a configuration option in the next release.
- Full listing of changes.