Skip to content

Commit 982a253

Browse files
Preparing to release 3.6.0
1 parent de898b5 commit 982a253

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

docs/_posts/2019-09-28-v3.6.0.md

+49
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
title: v3.6.0
3+
type: major
4+
---
5+
6+
**Features:**
7+
8+
* Added configurable option to enable/disable BOMs based on format (CycloneDX enabled by default)
9+
* Added support for the official CPE v2.3 dictionary and vulnerabilities with CPEs of affected products
10+
* Added ability to identify vulnerabilities in components solely by their CPE
11+
* Added full support for VulnDB as a source of vulnerability intelligence
12+
* Added support for SVG badges
13+
* Added additional logging during metrics updates
14+
* Docker container now supports Kubernetes and OpenShift
15+
* Docker container now has configurable support for specifying logging levels
16+
* Added Inherited Risk Score to project list view with the ability to sort on risk score
17+
* Added an 'active' flag to projects with the default behavior of hiding inactive projects
18+
* Added BOM_CONSUMED and BOM_PROCESSED notifications which can optionally deliver BOMs via webhooks
19+
* Added support for last BOM imported including the BOM type and version
20+
* Added an API to lookup a project by its name and version
21+
* Added analysis interval throttle to prevent repeated analysis requests for the same components
22+
* Slack and email alerts now contain links back to Dependency-Track
23+
* Added support for Java 11
24+
25+
**Fixes:**
26+
27+
* Fix for GLOBAL_AUDIT_CHANGE not including affected projects
28+
* Fixed issue that prevented Dependency-Track for working with non-default URL contexts
29+
* Fixed intermittent persistence issue resulting in NPE in BomUploadProcessingTask
30+
* Fixed issue resulting in incorrect percentage audited on project findings
31+
* Fixed OSS Index analyzer in response to the URL changes from ossindex.net to ossindex.sonatype.org
32+
33+
**Upgrade Notes:**
34+
35+
* Support for SPDX BOMs and Dependency-Check XML reports are disabled by default
36+
* Replaced embedded Dependency-Check library with internal CPE analyzer
37+
* Dependency-Track no longer mirrors XML data feeds from the NVD
38+
39+
###### dependency-track-embedded.war
40+
41+
| Algorithm | Checksum |
42+
| SHA-1 | aaa |
43+
| SHA-256 | aaa |
44+
45+
###### dependency-track.war
46+
47+
| Algorithm | Checksum |
48+
| SHA-1 | aaa |
49+
| SHA-256 | aaa |

0 commit comments

Comments
 (0)