Skip to content

v6.0.3

Compare
Choose a tag to compare
@jeremylong jeremylong released this 03 Nov 13:04
· 3216 commits to main since this release
b7c5947
  • 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:
    $ 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.