-
-
Notifications
You must be signed in to change notification settings - Fork 578
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2723 from nscuro/backport-to-4.8.1
Backport fixes to v4.8.1
- Loading branch information
Showing
21 changed files
with
1,834 additions
and
234 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 |
---|---|---|
|
@@ -62,6 +62,7 @@ body: | |
options: | ||
- 4.7.x | ||
- 4.8.0 | ||
- 4.8.1 | ||
- 4.9.0-SNAPSHOT | ||
validations: | ||
required: true | ||
|
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
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,77 @@ | ||
--- | ||
title: v4.8.1 | ||
type: patch | ||
--- | ||
|
||
**Fixes:** | ||
|
||
* Fix unrelated vulnerabilities being correlated during alias synchronization - [apiserver/#2194] | ||
* Fix `NullPointerException` when email alert is configured with just teams as destination - [apiserver/#2698] | ||
* Fix broken pagination in DefectDojo integration - [apiserver/#2707] | ||
* Fix search function in policy violation tab not working - [apiserver/#2622] | ||
* Fix `PATCH /api/v1/project` endpoint not updating external references - [apiserver/#2695] | ||
* Fix `NullPointerException` in DefectDojo integration - [apiserver/#2628] | ||
* Fix retrieval of OIDC JWK sets not respecting HTTP proxy settings - [apiserver/#2696] | ||
* Lower log level for repository meta analyzer to `WARN` and include exception details - [apiserver/#2697] | ||
* Add missing config docs for `alpine.oidc.client.id` - [apiserver/#2743] | ||
* Fix not all vulnerability aliases being displayed in the UI - [frontend/#477] | ||
* Fix broken vulnerability alias links - [frontend/#486] | ||
* Fix broken project tag links on tabs other than "Overview" - [frontend/#483] | ||
* Fix broken project version links on tabs other than "Overview" - [frontend/#495] | ||
|
||
For a complete list of changes, refer to the respective GitHub milestones: | ||
|
||
* [API server milestone 4.8.1](https://github.com/DependencyTrack/dependency-track/milestone/32?closed=1) | ||
* [Frontend milestone 4.8.1](https://github.com/DependencyTrack/frontend/milestone/15?closed=1) | ||
|
||
We thank all organizations and individuals who contributed to this release, from logging issues to taking part in | ||
discussions on GitHub & Slack to testing of fixes. | ||
|
||
Special thanks to everyone who contributed code to fix defects: | ||
[@heubeck], [@jakubrak], [@sahibamittal], [@valentijnscholten] | ||
|
||
###### dependency-track-apiserver.jar | ||
|
||
| Algorithm | Checksum | | ||
|:----------|:---------| | ||
| SHA-1 | | | ||
| SHA-256 | | | ||
|
||
###### dependency-track-bundled.jar | ||
|
||
| Algorithm | Checksum | | ||
|:----------|:---------| | ||
| SHA-1 | | | ||
| SHA-256 | | | ||
|
||
###### frontend-dist.zip | ||
|
||
| Algorithm | Checksum | | ||
|:----------|:-----------------------------------------------------------------| | ||
| SHA-1 | 01bc042e1f510e089b9db937852dbcde69eca603 | | ||
| SHA-256 | f946994c0f66647bd34c9e10997f2b62c08ab17ebbfe42edf149be12a47b2278 | | ||
|
||
###### Software Bill of Materials (SBOM) | ||
|
||
* API Server: [bom.json](https://github.com/DependencyTrack/dependency-track/releases/download/4.8.1/bom.json) | ||
* Frontend: [bom.json](https://github.com/DependencyTrack/frontend/releases/download/4.8.1/bom.json) | ||
|
||
[apiserver/#2194]: https://github.com/DependencyTrack/dependency-track/issues/2194 | ||
[apiserver/#2622]: https://github.com/DependencyTrack/dependency-track/issues/2622 | ||
[apiserver/#2628]: https://github.com/DependencyTrack/dependency-track/issues/2628 | ||
[apiserver/#2695]: https://github.com/DependencyTrack/dependency-track/issues/2695 | ||
[apiserver/#2696]: https://github.com/DependencyTrack/dependency-track/issues/2696 | ||
[apiserver/#2697]: https://github.com/DependencyTrack/dependency-track/pull/2697 | ||
[apiserver/#2698]: https://github.com/DependencyTrack/dependency-track/issues/2698 | ||
[apiserver/#2707]: https://github.com/DependencyTrack/dependency-track/issues/2707 | ||
[apiserver/#2743]: https://github.com/DependencyTrack/dependency-track/pull/2743 | ||
|
||
[frontend/#477]: https://github.com/DependencyTrack/frontend/issues/477 | ||
[frontend/#483]: https://github.com/DependencyTrack/frontend/issues/483 | ||
[frontend/#486]: https://github.com/DependencyTrack/frontend/issues/486 | ||
[frontend/#495]: https://github.com/DependencyTrack/frontend/issues/495 | ||
|
||
[@heubeck]: https://github.com/heubeck | ||
[@jakubrak]: https://github.com/jakubrak | ||
[@sahibamittal]: https://github.com/sahibamittal | ||
[@valentijnscholten]: https://github.com/valentijnscholten |
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
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
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
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
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
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
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
Oops, something went wrong.