All Versions
67
Latest Version
Avg Release Cycle
23 days
Latest Release
971 days ago

Changelog History
Page 4

  • v6.1.0 Changes

    January 27, 2021

    ๐Ÿ”„ Changes

    • โž• Added SARIF file format per #3081.
    • โž• Added support for Yarn per #3063.
    • ๐Ÿ›  False positive reduction and minor bug fixes.
    • ๐Ÿ‘€ See the full listing of changes.
  • 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.
  • 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.

  • 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.

  • 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 property analyzer.npm.cpe.enabled which will be exposed as a configuration option in the next release.
    • Full listing of changes.