Skip to content

Commit 2351bd2

Browse files
authored
Merge pull request #4583 from nscuro/v4.12.3-changelog
2 parents 23531a5 + 59c421f commit 2351bd2

File tree

1 file changed

+73
-0
lines changed

1 file changed

+73
-0
lines changed

docs/_posts/2025-01-27-v4.12.3.md

+73
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
---
2+
title: v4.12.3
3+
type: patch
4+
---
5+
6+
**Fixes:**
7+
8+
* Fix broken pagination in `/api/v1/cwe` endpoint - [apiserver/#4459]
9+
* Fix notification tests not working for Jira - [apiserver/#4460]
10+
* Fix component de-duplication potentially causing duplicate dependency graph entries - [apiserver/#4461]
11+
* Fix component SWID tag ID not being considered in project cloning - [apiserver/#4481]
12+
* Fix `onlyOutdated` ungrouped component filtering - [apiserver/#4513]
13+
* Fix REST endpoints for adding tags - [apiserver/#4543]
14+
* Recreate outdated check constraints for `CLASSIFIER` columns - [apiserver/#4545]
15+
* Handle GitHub GraphQL API rate limiting - [apiserver/#4581]
16+
* Fix affected projects tab not being updated when switching between vulnerability aliases - [frontend/#509]
17+
* Prefill *Team* input in *Create Project* dialog based on user's team membership - [frontend/#1110]
18+
* Add buttons to add/delete/edit *Affected Components* of internal vulnerabilities - [frontend/#1113]
19+
* Bump dompurify to 2.5.8 - [frontend/#1144]
20+
21+
For a complete list of changes, refer to the respective GitHub milestones:
22+
23+
* [API server milestone 4.12.3](https://github.com/DependencyTrack/dependency-track/milestone/47?closed=1)
24+
* [Frontend milestone 4.12.3](https://github.com/DependencyTrack/frontend/milestone/32?closed=1)
25+
26+
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.
27+
28+
Special thanks to everyone who contributed code to implement enhancements and fix defects:
29+
[@Gepardgame], [@sedan07], [@sephiroth-j]
30+
31+
###### dependency-track-apiserver.jar
32+
33+
| Algorithm | Checksum |
34+
|:----------|:---------|
35+
| SHA-1 | |
36+
| SHA-256 | |
37+
38+
###### dependency-track-bundled.jar
39+
40+
| Algorithm | Checksum |
41+
|:----------|:---------|
42+
| SHA-1 | |
43+
| SHA-256 | |
44+
45+
###### frontend-dist.zip
46+
47+
| Algorithm | Checksum |
48+
|:----------|:-----------------------------------------------------------------|
49+
| SHA-1 | 40e7690e3194ebf7d047a0058fa6f1d7166505ee |
50+
| SHA-256 | 40e0d81013f2713c66a7aee661881cac896091a58520c7a020f0515e9c347694 |
51+
52+
###### Software Bill of Materials (SBOM)
53+
54+
* API Server: [bom.json](https://github.com/DependencyTrack/dependency-track/releases/download/4.12.3/bom.json)
55+
* Frontend: [bom.json](https://github.com/DependencyTrack/frontend/releases/download/4.12.3/bom.json)
56+
57+
[apiserver/#4459]: https://github.com/DependencyTrack/dependency-track/pull/4459
58+
[apiserver/#4460]: https://github.com/DependencyTrack/dependency-track/pull/4460
59+
[apiserver/#4461]: https://github.com/DependencyTrack/dependency-track/pull/4461
60+
[apiserver/#4481]: https://github.com/DependencyTrack/dependency-track/pull/4481
61+
[apiserver/#4513]: https://github.com/DependencyTrack/dependency-track/pull/4513
62+
[apiserver/#4543]: https://github.com/DependencyTrack/dependency-track/pull/4543
63+
[apiserver/#4545]: https://github.com/DependencyTrack/dependency-track/pull/4545
64+
[apiserver/#4581]: https://github.com/DependencyTrack/dependency-track/pull/4581
65+
66+
[frontend/#509]: https://github.com/DependencyTrack/frontend/pull/509
67+
[frontend/#1110]: https://github.com/DependencyTrack/frontend/pull/1110
68+
[frontend/#1113]: https://github.com/DependencyTrack/frontend/pull/1113
69+
[frontend/#1144]: https://github.com/DependencyTrack/frontend/pull/1144
70+
71+
[@Gepardgame]: https://github.com/Gepardgame
72+
[@sedan07]: https://github.com/sedan07
73+
[@sephiroth-j]: https://github.com/sephiroth-j

0 commit comments

Comments
 (0)