You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.