Skip to content

Commit 1beaa5b

Browse files
Doc update
1 parent 63a70f9 commit 1beaa5b

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ Features
6262
* Supports [CycloneDX] and [SPDX] bill-of-material and [Dependency-Check] XML
6363
* Easy to read metrics for components, projects, and portfolio
6464
* Provides a reliable mirror of the NVD data feed
65+
* Native support for Kenna Security, Fortify SSC, and ThreadFix
6566
* API-first design facilitates easy integration with other systems
6667
* API documentation available in Swagger 2.0 (OpenAPI 3 support coming soon)
6768
* Supports internally managed users, Active Directory/LDAP, and API Keys

docs/_posts/2018-12-22-v3.4.0.md

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
title: v3.4.0
3+
type: major
4+
---
5+
6+
**Features:**
7+
8+
* Improvements to Findings API
9+
* Created Finding Packaging Format for the native exporting of findings
10+
* Added support for external integrations including:
11+
* Fortify Software Security Center
12+
* Kenna Security
13+
* Added repository (and outdated version detection) support for NuGet and Pypi
14+
* Updated SPDX license list to v3.3
15+
* Added support for identifying FSF Libre licenses
16+
* Updated Java version in Docker container
17+
* Docker container can now be fully configured with environment variables
18+
* Added Test Configuration button when configuring SMTP settings
19+
* Added logfile rotation with default 10MB cap (configurable)
20+
21+
**Fixes:**
22+
23+
* Corrected issue that incorrectly returned suppressed vulnerabilities when queried for non-suppressed ones
24+
* Fixed issue that resulted in server/UI timeouts due to excessive license payload
25+
* Fixed NPE that occurred when the configured SMTP server didn't require authentication
26+
* Added workaround for outstanding OSSIndex defect where the service didn't process PackageURLs containing qualifiers
27+
* Updated OpenUnirest which addressed configuration issue with library not honoring proxy server settings
28+
29+
30+
###### dependency-track-embedded.war
31+
32+
| Algorithm | Checksum |
33+
| SHA-1 | 413b47068dd1272f0ea6c4af67dc1465fcf10674 |
34+
| SHA-256 | 5632d6efa8c6ea2633bb767d09c73c4ee68e9319b638ce00da4c422f5123c906 |
35+
36+
###### dependency-track.war
37+
38+
| Algorithm | Checksum |
39+
| SHA-1 | 1a8dc64a7535375fdd4ff789eeb9d3635dcba019 |
40+
| SHA-256 | 96e20c0b72e3d8c460dfe3ce2b9aca72c6114492747db9afffca9784c64d23b9 |

0 commit comments

Comments
 (0)