-
-
Notifications
You must be signed in to change notification settings - Fork 587
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
589ce45
commit 88536ec
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
title: v3.1.0 | ||
type: major | ||
--- | ||
|
||
**Features:** | ||
|
||
* Support for advanced auditing workflow to easily triage findings | ||
* Support for external repositories to retrieve additional component metadata from | ||
* Support for SPDX 3.1 license IDs | ||
* NVD mirroring support for Dependency-Check (and other) clients | ||
* Support for out-of-date version detection (rubygems, maven, and npm) | ||
* Enhanced API to (optionally) autocreate project on bom/scan upload | ||
* Better support for Dependency-Check "relatedDependencies" | ||
* Added individual component metrics (independent of dependency metrics) | ||
* Added per project and per component overview with metrics and refresh support | ||
* Specific table columns can now be sorted with full pagination support | ||
* Improved error logging when issues are encountered during BoM and scan processing | ||
* Enhanced LDAP integration to support strong authentication mechanisms and configurable user formats | ||
* General performance improvements on multi-core machines | ||
* Minor enhancements to user interface | ||
|
||
**Fixes:** | ||
* Fixed defect that prevented paginated results on project tag searches | ||
* Fixed defect affecting GAV identifiers in Dependency-Check Gradle/CLI reports not being in parenthesis | ||
|
||
**Upgrade Notes:** | ||
|
||
* The VULNERABILITY_ANALYSIS permission was introduced in this release. Existing users that need the | ||
ability to audit findings will need this permission added to their account or through their team membership. | ||
* MySQL now requires ANSI_QUOTES to be added to the SQL mode. Refer to | ||
[Database Support]({{ site.baseurl }}{% link _docs/getting-started/database-support.md %}) for details. |