Update dependencytrack/frontend Docker tag to v4.12.1
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
dependencytrack/frontend | minor |
4.4.0 -> 4.12.1
|
|
dependencytrack/frontend | ironbank-docker | minor |
4.4.0 -> 4.12.1
|
dependencytrack/frontend | stage | minor |
4.4.0 -> 4.12.1
|
⚠ WarningSome dependencies could not be looked up. Check the warning logs for more information.
Release Notes
DependencyTrack/frontend (dependencytrack/frontend)
v4.12.1
Dependency Track Frontend
For official releases, refer to Dependency Track Docs >> Changelogs for information about improvements and upgrade notes. If additional details are required, consult the closed issues for this release milestone.
##### SHA1
23c991a3540da5fc3c08fbcebc3c1b7bd3801402 frontend-dist.zip
##### SHA256
22f1a73db7df0340bb6d75042bfeb73ed375fc5659b4d609844763111bea4c81 frontend-dist.zip
##### SHA512
3b34b2d594434b054fdbe65747a24addabd054ca167d93056a9def14ffe3c06f9ac0822da202370ec017ce748fb74300e63a0571d0792a1f062a83d3141292b2 frontend-dist.zip
What's Changed
🐛
Bug Fixes - Backport: Fix state of sidebar not being saved for non-
SNAPSHOT
versions by @nscuro (original change by @Gepardgame) in https://github.com/DependencyTrack/frontend/pull/1044 - Backport: Fix OIDC users not being displayed in Team view by @nscuro (original change by @Gepardgame) in https://github.com/DependencyTrack/frontend/pull/1045
- Backport: Fix creation of multiple projects without reloading page by @nscuro (original change by @rkg-mm) in https://github.com/DependencyTrack/frontend/pull/1046
- Backport: Always display project nodes in dependency graph using name and version by @nscuro in https://github.com/DependencyTrack/frontend/pull/1049
- Backport: Fix caching issues upon upgrade by @nscuro in https://github.com/DependencyTrack/frontend/pull/1051
- Backport: Fix: "Add Version" Create Button Should Be Inactive Until Version Provided by @nscuro (original change by @IdrisGit) in https://github.com/DependencyTrack/frontend/pull/1052
- Backport: Fix missing URI encoding of tag names by @nscuro in https://github.com/DependencyTrack/frontend/pull/1057
- Backport: Fix breadcrumbs navigation being broken for non-english languages by @nscuro (original change by @IdrisGit) in https://github.com/DependencyTrack/frontend/pull/1068
- Backport: Fix NGINX ipv6 listening by @nscuro (original change by @rissson) in https://github.com/DependencyTrack/frontend/pull/1069
🤖
Dependency Updates - Bump nginxinc/nginx-unprivileged to 1.27.2-alpine by @nscuro in https://github.com/DependencyTrack/frontend/pull/1074
Other Changes
- Backport: Add
.gitattributes
to fix prettier behavior on Windows by @nscuro in https://github.com/DependencyTrack/frontend/pull/1043
Full Changelog: https://github.com/DependencyTrack/frontend/compare/4.12.0...4.12.1
v4.12.0
Dependency Track Frontend
For official releases, refer to Dependency Track Docs >> Changelogs for information about improvements and upgrade notes. If additional details are required, consult the closed issues for this release milestone.
### SHA1
312dd2186deb81e50da00f2d42888711352f7853 frontend-dist.zip
### SHA256
589eb0aae9a3fbdfde4bdd4dda000a2fb6e08a27e66a52ef9b17c1eaa022d46e frontend-dist.zip
### SHA512
98f5391fbae0135f64ac66587709d467e0b0f3ec489e50f2360a9194973caa0a7c709105fd9df24a07244ebf7cac1d39c6c82170e041440efa9bb2a86870fee0 frontend-dist.zip
What's Changed
🚀
Enhancements - Distinguish Between Active And Inactive Project Versions by @aravindparappil46 in https://github.com/DependencyTrack/frontend/pull/862
- Improve Japanese translation by @tiwatsuka in https://github.com/DependencyTrack/frontend/pull/868
- Add database name and version to About dialog by @nscuro in https://github.com/DependencyTrack/frontend/pull/870
- Show Badge For Inactive Projects by @aravindparappil46 in https://github.com/DependencyTrack/frontend/pull/872
- Add BOM_VALIDATION_FAILED To Notification Group by @aravindparappil46 in https://github.com/DependencyTrack/frontend/pull/886
- i18n: improve chinese localization quality by @zeed-w-beez in https://github.com/DependencyTrack/frontend/pull/892
- i18n: Improve German Translation #890 by @fupgang in https://github.com/DependencyTrack/frontend/pull/898
- Configure prettier to sort JSON files by @nscuro in https://github.com/DependencyTrack/frontend/pull/902
- Sort Components Vulnerabilities by Severity or CWE by @fupgang in https://github.com/DependencyTrack/frontend/pull/907
- Add tag management view by @nscuro in https://github.com/DependencyTrack/frontend/pull/922
- Make tagged project names clickable by @nscuro in https://github.com/DependencyTrack/frontend/pull/923
- Add ability to delete tags and untag projects by @nscuro in https://github.com/DependencyTrack/frontend/pull/928
- Feature: add support for serving from custom path by @Squixx in https://github.com/DependencyTrack/frontend/pull/801
- add EPSS score to policies by @2000rosser in https://github.com/DependencyTrack/frontend/pull/930
- Add autocomplete support for tag inputs by @nscuro in https://github.com/DependencyTrack/frontend/pull/936
- Fix usage of deprecated policy tagging endpoints, and add ability to untag policies from Tags view by @nscuro in https://github.com/DependencyTrack/frontend/pull/937
- French translation update by @molusk in https://github.com/DependencyTrack/frontend/pull/957
- feat(components): quick search for projects also using component by @setchy in https://github.com/DependencyTrack/frontend/pull/848
- Add ability to test notification publishers by @2000rosser in https://github.com/DependencyTrack/frontend/pull/949
- fix: Fix some translations in spanish by @JCHacking in https://github.com/DependencyTrack/frontend/pull/971
- feat: dynamic policy violation badges based on show suppressed flag by @setchy in https://github.com/DependencyTrack/frontend/pull/810
- Add "limit to tags" option for alerts by @nscuro in https://github.com/DependencyTrack/frontend/pull/980
- Support inclusion/exclusion of projects from BOM validation with tags by @nscuro in https://github.com/DependencyTrack/frontend/pull/981
- feat/Save Sidebar state in local storage by @Gepardgame in https://github.com/DependencyTrack/frontend/pull/988
- Feat/customizable login page by @Gepardgame in https://github.com/DependencyTrack/frontend/pull/986
- Feat/get message when updating by @Gepardgame in https://github.com/DependencyTrack/frontend/pull/990
- Feat: Systemwide Default Language by @Gepardgame in https://github.com/DependencyTrack/frontend/pull/992
- Confirmation prompt for project deletion by @Gepardgame in https://github.com/DependencyTrack/frontend/pull/996
- Global Audit View: Policy Violations by @rbt-mm in https://github.com/DependencyTrack/frontend/pull/772
- Feat/add team selection in create project button by @Gepardgame in https://github.com/DependencyTrack/frontend/pull/975
- Adding functionality to download component table data as a csv by @nvcastelli in https://github.com/DependencyTrack/frontend/pull/993
- Introduce
isLatest
project flag & allow policies to be limited to latest version by @rkg-mm in https://github.com/DependencyTrack/frontend/pull/1017 - Deprecate "Enable SVG Badge support (unauthenticated)" by renaming by @SaberStrat in https://github.com/DependencyTrack/frontend/pull/1019
🐛
Bug Fixes - Restrict Height Of Project Versions Dropdown by @aravindparappil46 in https://github.com/DependencyTrack/frontend/pull/861
- Bind i18n Object To SeverityProgressBar Props by @aravindparappil46 in https://github.com/DependencyTrack/frontend/pull/871
- Remove BOM processing V2 toggle by @nscuro in https://github.com/DependencyTrack/frontend/pull/946
- Fix links with
href="#"
being pushed to Vue router by @nscuro in https://github.com/DependencyTrack/frontend/pull/1012
🤖
Dependency Updates - build(deps): bump aquasecurity/trivy-action from 0.19.0 to 0.20.0 by @dependabot in https://github.com/DependencyTrack/frontend/pull/859
- build(deps): bump nginxinc/nginx-unprivileged from
0480c2b
to57e667f
in /docker by @dependabot in https://github.com/DependencyTrack/frontend/pull/866 - build(deps): bump actions/checkout from 4.1.5 to 4.1.6 by @dependabot in https://github.com/DependencyTrack/frontend/pull/874
- build(deps): bump nginxinc/nginx-unprivileged from
57e667f
to5b42062
in /docker by @dependabot in https://github.com/DependencyTrack/frontend/pull/875 - build(deps): bump aquasecurity/trivy-action from 0.20.0 to 0.21.0 by @dependabot in https://github.com/DependencyTrack/frontend/pull/876
- build(deps): bump docker/login-action from 3.1.0 to 3.2.0 by @dependabot in https://github.com/DependencyTrack/frontend/pull/881
- build(deps): bump nginxinc/nginx-unprivileged from
5b42062
to8265b1d
in /docker by @dependabot in https://github.com/DependencyTrack/frontend/pull/879 - build(deps): bump nginxinc/nginx-unprivileged from 1.25.5-alpine to 1.27.0-alpine in /docker by @dependabot in https://github.com/DependencyTrack/frontend/pull/888
- build(deps): bump nginxinc/nginx-unprivileged from
eefb989
to36801d1
in /docker by @dependabot in https://github.com/DependencyTrack/frontend/pull/889 - build(deps): bump aquasecurity/trivy-action from 0.21.0 to 0.22.0 by @dependabot in https://github.com/DependencyTrack/frontend/pull/891
- build(deps): bump nginxinc/nginx-unprivileged from
36801d1
to2de52e9
in /docker by @dependabot in https://github.com/DependencyTrack/frontend/pull/893 - build(deps): bump docker/build-push-action from 5.3.0 to 5.4.0 by @dependabot in https://github.com/DependencyTrack/frontend/pull/894
- build(deps): bump actions/checkout from 4.1.6 to 4.1.7 by @dependabot in https://github.com/DependencyTrack/frontend/pull/899
- build(deps): bump nginxinc/nginx-unprivileged from
2de52e9
to2c05723
in /docker by @dependabot in https://github.com/DependencyTrack/frontend/pull/906 - build(deps): bump aquasecurity/trivy-action from 0.22.0 to 0.23.0 by @dependabot in https://github.com/DependencyTrack/frontend/pull/905
- build(deps-dev): bump ws from 6.2.2 to 6.2.3 by @dependabot in https://github.com/DependencyTrack/frontend/pull/908
- build(deps): bump docker/build-push-action from 5.4.0 to 6.0.0 by @dependabot in https://github.com/DependencyTrack/frontend/pull/904
- build(deps): bump docker/build-push-action from 6.0.0 to 6.0.1 by @dependabot in https://github.com/DependencyTrack/frontend/pull/910
- build(deps): bump docker/build-push-action from 6.0.1 to 6.0.2 by @dependabot in https://github.com/DependencyTrack/frontend/pull/916
- build(deps): bump docker/build-push-action from 6.0.2 to 6.1.0 by @dependabot in https://github.com/DependencyTrack/frontend/pull/921
- build(deps): bump docker/build-push-action from 6.1.0 to 6.2.0 by @dependabot in https://github.com/DependencyTrack/frontend/pull/924
- build(deps): bump nginxinc/nginx-unprivileged from
2c05723
toc1ed79a
in /docker by @dependabot in https://github.com/DependencyTrack/frontend/pull/926 - build(deps): bump nginxinc/nginx-unprivileged from
c1ed79a
toc7e34c1
in /docker by @dependabot in https://github.com/DependencyTrack/frontend/pull/929 - build(deps): bump docker/setup-qemu-action from 3.0.0 to 3.1.0 by @dependabot in https://github.com/DependencyTrack/frontend/pull/931
- build(deps): bump docker/build-push-action from 6.2.0 to 6.3.0 by @dependabot in https://github.com/DependencyTrack/frontend/pull/932
- build(deps): bump docker/setup-buildx-action from 3.3.0 to 3.4.0 by @dependabot in https://github.com/DependencyTrack/frontend/pull/934
- build(deps): bump actions/download-artifact from 4.1.7 to 4.1.8 by @dependabot in https://github.com/DependencyTrack/frontend/pull/938
- build(deps): bump actions/upload-artifact from 4.3.3 to 4.3.4 by @dependabot in https://github.com/DependencyTrack/frontend/pull/939
- build(deps): bump nginxinc/nginx-unprivileged from
c7e34c1
to0afff08
in /docker by @dependabot in https://github.com/DependencyTrack/frontend/pull/942 - build(deps): bump actions/setup-node from 4.0.2 to 4.0.3 by @dependabot in https://github.com/DependencyTrack/frontend/pull/944
- build(deps): bump aquasecurity/trivy-action from 0.23.0 to 0.24.0 by @dependabot in https://github.com/DependencyTrack/frontend/pull/945
- build(deps): bump nginxinc/nginx-unprivileged from
0afff08
to8f14986
in /docker by @dependabot in https://github.com/DependencyTrack/frontend/pull/947 - build(deps): bump docker/build-push-action from 6.3.0 to 6.4.0 by @dependabot in https://github.com/DependencyTrack/frontend/pull/948
- Bump
bootstrap-table
to 1.22.6 by @nscuro in https://github.com/DependencyTrack/frontend/pull/950 - build(deps): bump docker/build-push-action from 6.4.0 to 6.4.1 by @dependabot in https://github.com/DependencyTrack/frontend/pull/951
- build(deps): bump docker/login-action from 3.2.0 to 3.3.0 by @dependabot in https://github.com/DependencyTrack/frontend/pull/956
- build(deps): bump docker/setup-qemu-action from 3.1.0 to 3.2.0 by @dependabot in https://github.com/DependencyTrack/frontend/pull/955
- build(deps): bump docker/build-push-action from 6.4.1 to 6.5.0 by @dependabot in https://github.com/DependencyTrack/frontend/pull/954
- build(deps): bump docker/setup-buildx-action from 3.4.0 to 3.5.0 by @dependabot in https://github.com/DependencyTrack/frontend/pull/953
- build(deps): bump nginxinc/nginx-unprivileged from
8f14986
tocc042f5
in /docker by @dependabot in https://github.com/DependencyTrack/frontend/pull/952 - build(deps): bump nginxinc/nginx-unprivileged from
cc042f5
to050a2d7
in /docker by @dependabot in https://github.com/DependencyTrack/frontend/pull/959 - build(deps): bump docker/setup-buildx-action from 3.5.0 to 3.6.1 by @dependabot in https://github.com/DependencyTrack/frontend/pull/958
- build(deps): bump actions/upload-artifact from 4.3.4 to 4.3.5 by @dependabot in https://github.com/DependencyTrack/frontend/pull/960
- build(deps): bump nginxinc/nginx-unprivileged from
050a2d7
tobb3225a
in /docker by @dependabot in https://github.com/DependencyTrack/frontend/pull/961 - build(deps): bump actions/upload-artifact from 4.3.5 to 4.3.6 by @dependabot in https://github.com/DependencyTrack/frontend/pull/962
- build(deps): bump docker/build-push-action from 6.5.0 to 6.6.1 by @dependabot in https://github.com/DependencyTrack/frontend/pull/965
- build(deps): bump nginxinc/nginx-unprivileged from
bb3225a
tof9abf2e
in /docker by @dependabot in https://github.com/DependencyTrack/frontend/pull/968 - build(deps): bump docker/build-push-action from 6.6.1 to 6.7.0 by @dependabot in https://github.com/DependencyTrack/frontend/pull/969
- build(deps): bump axios from 1.6.8 to 1.7.4 by @dependabot in https://github.com/DependencyTrack/frontend/pull/970
- build(deps): bump nginxinc/nginx-unprivileged from 1.27.0-alpine to 1.27.1-alpine in /docker by @dependabot in https://github.com/DependencyTrack/frontend/pull/972
- build(deps): bump nginxinc/nginx-unprivileged from
418880e
to746a97c
in /docker by @dependabot in https://github.com/DependencyTrack/frontend/pull/973 - build(deps): bump nginxinc/nginx-unprivileged from
746a97c
to0065303
in /docker by @dependabot in https://github.com/DependencyTrack/frontend/pull/976 - build(deps): bump nginxinc/nginx-unprivileged from
0065303
to313aa05
in /docker by @dependabot in https://github.com/DependencyTrack/frontend/pull/983 - build(deps): bump nginxinc/nginx-unprivileged from
313aa05
to16f6d3e
in /docker by @dependabot in https://github.com/DependencyTrack/frontend/pull/989 - build(deps): bump nginxinc/nginx-unprivileged from
16f6d3e
toa0e2ed3
in /docker by @dependabot in https://github.com/DependencyTrack/frontend/pull/1004 - build(deps): bump actions/setup-node from 4.0.3 to 4.0.4 by @dependabot in https://github.com/DependencyTrack/frontend/pull/1008
- build(deps): bump nginxinc/nginx-unprivileged from
a0e2ed3
tobbfac53
in /docker by @dependabot in https://github.com/DependencyTrack/frontend/pull/1010 - build(deps): bump nginxinc/nginx-unprivileged from
bbfac53
to5d7b7ca
in /docker by @dependabot in https://github.com/DependencyTrack/frontend/pull/1013 - build(deps): bump actions/checkout from 4.1.7 to 4.2.0 by @dependabot in https://github.com/DependencyTrack/frontend/pull/1015
- build(deps): bump docker/build-push-action from 6.7.0 to 6.8.0 by @dependabot in https://github.com/DependencyTrack/frontend/pull/1020
- build(deps): bump docker/build-push-action from 6.8.0 to 6.9.0 by @dependabot in https://github.com/DependencyTrack/frontend/pull/1021
- build(deps): bump nginxinc/nginx-unprivileged from
5d7b7ca
toc149247
in /docker by @dependabot in https://github.com/DependencyTrack/frontend/pull/1022
Other Changes
- build(vscode): always sign off by @setchy in https://github.com/DependencyTrack/frontend/pull/865
- Updates english translation by @molusk in https://github.com/DependencyTrack/frontend/pull/877
- Updates french translation by @molusk in https://github.com/DependencyTrack/frontend/pull/878
- Raise baseline Node version to 20 by @nscuro in https://github.com/DependencyTrack/frontend/pull/927
- Work around ghcr.io rate limiting for Trivy database downloads by @nscuro in https://github.com/DependencyTrack/frontend/pull/1023
New Contributors
- @tiwatsuka made their first contribution in https://github.com/DependencyTrack/frontend/pull/868
- @molusk made their first contribution in https://github.com/DependencyTrack/frontend/pull/877
- @zeed-w-beez made their first contribution in https://github.com/DependencyTrack/frontend/pull/892
- @fupgang made their first contribution in https://github.com/DependencyTrack/frontend/pull/898
- @Squixx made their first contribution in https://github.com/DependencyTrack/frontend/pull/801
- @2000rosser made their first contribution in https://github.com/DependencyTrack/frontend/pull/930
- @JCHacking made their first contribution in https://github.com/DependencyTrack/frontend/pull/971
- @Gepardgame made their first contribution in https://github.com/DependencyTrack/frontend/pull/988
- @nvcastelli made their first contribution in https://github.com/DependencyTrack/frontend/pull/993
- @SaberStrat made their first contribution in https://github.com/DependencyTrack/frontend/pull/1019
Full Changelog: https://github.com/DependencyTrack/frontend/compare/4.11.0...4.12.0
v4.11.7
Dependency Track Frontend
For official releases, refer to Dependency Track Docs >> Changelogs for information about improvements and upgrade notes. If additional details are required, consult the closed issues for this release milestone.
### SHA1
f481a9fca8e9f1eca7693cd638eef0eb5a1ed5a2 frontend-dist.zip
### SHA256
332cc69c102c3df90f41c10687b78553dfb8bf6a66ffb6236f97d24fc932b2b7 frontend-dist.zip
### SHA512
3f3dc4b62a2b1f4e3ad7f856ea3f88f16d52858a4514482ee50a74b882ae7941f54a3ac9680571f74b4d15f0cc910b54f2d31f4acfc426d7ce17bd990e97ca0d frontend-dist.zip
Full Changelog: https://github.com/DependencyTrack/frontend/compare/4.11.6...4.11.7
v4.11.6
Dependency Track Frontend
For official releases, refer to Dependency Track Docs >> Changelogs for information about improvements and upgrade notes. If additional details are required, consult the closed issues for this release milestone.
### SHA1
c91bede201957c994f338a043a44ebd32824319e frontend-dist.zip
### SHA256
55ea0735b80c8cc17d31590ba16c3650943a3cdb595accf3540fefd1670ee1b9 frontend-dist.zip
### SHA512
987d1dc4c3f2c23886ae52fd54892440b2fcd179b7965c6c3b715c011c221220179f806da3d9164571a79c53badabb21781b8ba3773a018a8f6b461669570656 frontend-dist.zip
What's Changed
🚀
Enhancements - Backport: French translation update by @nscuro (original change by @molusk) in https://github.com/DependencyTrack/frontend/pull/964
🤖
Dependency Updates - Bump
nginxinc/nginx-unprivileged
tobb3225a
by @nscuro in https://github.com/DependencyTrack/frontend/pull/963
Full Changelog: https://github.com/DependencyTrack/frontend/compare/4.11.5...4.11.6
v4.11.5
Dependency Track Frontend
For official releases, refer to Dependency Track Docs >> Changelogs for information about improvements and upgrade notes. If additional details are required, consult the closed issues for this release milestone.
### SHA1
0992c02871d536eaa1d3971a01ce815daf115129 frontend-dist.zip
### SHA256
fa427fd6dde55fe6a327a82f52edcdbe29a04f23d360742fe446b0c8e1714647 frontend-dist.zip
### SHA512
eb66bb6f8b860f5a1c3467ae5bb4bb6b217afd66a304834b56036b309924b90588f1583bf421e2a025a871591d669b25f9b71b7a152c9b6968f75e6f4db6c751 frontend-dist.zip
What's Changed
🤖
Dependency Updates - Backport: Bump
nginxinc/nginx-unprivileged
to 1.27.0 by @nscuro in https://github.com/DependencyTrack/frontend/pull/941
Full Changelog: https://github.com/DependencyTrack/frontend/compare/4.11.4...4.11.5
v4.11.4
Dependency Track Frontend
For official releases, refer to Dependency Track Docs >> Changelogs for information about improvements and upgrade notes. If additional details are required, consult the closed issues for this release milestone.
### SHA1
5c462c69fd18bdcd87dc2c2d757a1eb268e6e679 frontend-dist.zip
### SHA256
ea747f848de6a6def6f73209d7f43424c6314d09bc8ea37be621be50dbac755b frontend-dist.zip
### SHA512
657f00fece0bfcd542dcc4a8503a6930be5e98bc3214da88bdbff38c28a62ef5794a25c7141edf6597bbcf460254989029242f289cd2dc9b28023de4833bf379 frontend-dist.zip
What's Changed
🚀
Enhancements - Backport: Improve German translation by @nscuro (original change by @fupgang) in https://github.com/DependencyTrack/frontend/pull/917
- Backport: Improve Chinese Localization Quality by @nscuro (original change by @zeed-w-beez) in https://github.com/DependencyTrack/frontend/pull/918
Full Changelog: https://github.com/DependencyTrack/frontend/compare/4.11.3...4.11.4
v4.11.3
Dependency Track Frontend
For official releases, refer to Dependency Track Docs >> Changelogs for information about improvements and upgrade notes. If additional details are required, consult the closed issues for this release milestone.
### SHA1
dc7859636f1bf7a3772dc0e8de27535031511a4c frontend-dist.zip
### SHA256
88684d3bbd0aa2ff300ae419653f85957deaf00d9ca615a747386997b3f0e154 frontend-dist.zip
### SHA512
e61ae1aea576a8a2d47db8f8559b54a4547eb5a2cd228910f4fdf3e91abade72df5094af5c05a1cb368c0d95ceca57a24d7f46c0cfc1691baaabe3f3736a6316 frontend-dist.zip
Full Changelog: https://github.com/DependencyTrack/frontend/compare/4.11.2...4.11.3
v4.11.2
Dependency Track Frontend
For official releases, refer to Dependency Track Docs >> Changelogs for information about improvements and upgrade notes. If additional details are required, consult the closed issues for this release milestone.
### SHA1
1119cb6abbcdfe014f013205d40ae11668bd5c83 frontend-dist.zip
### SHA256
9d122fc6ddea378afc87bf555949f6c201281c9289a36ae97900b7bee4cbc7f5 frontend-dist.zip
### SHA512
4392837eed859244ee3b4da1f0ad76f289854f058d3942988f5117e328f69d3171cd75f3a30e04138e2beb55835b4ddd9e7db8656e3c68d371c6d4275ae89487 frontend-dist.zip
What's Changed
🚀
Enhancements - Backport: Update english translation by @nscuro (original change by @molusk) in https://github.com/DependencyTrack/frontend/pull/883
- Backport: Update french translation by @nscuro (original change by @molusk) in https://github.com/DependencyTrack/frontend/pull/884
🐛
Bug Fixes - Backport: Restrict Height Of Project Versions Dropdown by @nscuro (original change by @aravindparappil46) in https://github.com/DependencyTrack/frontend/pull/882
🤖
Dependency Updates - Backport: build(deps): bump nginxinc/nginx-unprivileged in /docker by @nscuro in https://github.com/DependencyTrack/frontend/pull/885
Full Changelog: https://github.com/DependencyTrack/frontend/compare/4.11.1...4.11.2
v4.11.1
Dependency Track Frontend
For official releases, refer to Dependency Track Docs >> Changelogs for information about improvements and upgrade notes. If additional details are required, consult the closed issues for this release milestone.
### SHA1
995e21388806efc102bf7bc14bc6ac5a3c354fc7 frontend-dist.zip
### SHA256
27e7d91ba0fe3b54dcbef8a7c44c1ee0b9afe2ba3d96c47b55d3beca68206fd2 frontend-dist.zip
### SHA512
6ae0727795ed07e7f8970f7644d7e3a696837015d768643ef4963ae2d44e21a742b2fffe819c6067ed89eb9793ad08635324da531adf932971e111f45aaf4c68 frontend-dist.zip
What's Changed
🚀
Enhancements - Backport: Improve Japanese translation by @nscuro (original change by @tiwatsuka) in https://github.com/DependencyTrack/frontend/pull/869
🐛
Bug Fixes - Backport: Bind i18n Object To SeverityProgressBar Props by @nscuro (original change by @aravindparappil46) in https://github.com/DependencyTrack/frontend/pull/873
Full Changelog: https://github.com/DependencyTrack/frontend/compare/4.11.0...4.11.1
v4.11.0
Dependency Track Frontend
For official releases, refer to Dependency Track Docs >> Changelogs for information about improvements and upgrade notes. If additional details are required, consult the closed issues for this release milestone.
### SHA1
80cddddaf5c9c73676065d4ab6fe7b3eff3ec8de frontend-dist.zip
### SHA256
9c51c337f4b2a7e78730c70473cd24070773a0982d1c0ee6c13f9a6f18a756d5 frontend-dist.zip
### SHA512
bb45257838683472f64ff88a48a02c39808fadd2210a63b5fa143edced1320a0a593a3e23e69cce331beebe21278dc6d291daaeb632aa88b43c38e117a4e1bbd frontend-dist.zip
What's Changed
🚀
Enhancements - Add "Show in Dependency-Graph" Button in "Affected Projects" List [improved version] by @rkg-mm in https://github.com/DependencyTrack/frontend/pull/667
- Include component count in projects list by @mykter in https://github.com/DependencyTrack/frontend/pull/683
- feat(violations): add current fail, warn, info metrics to footer by @setchy in https://github.com/DependencyTrack/frontend/pull/707
- fix(common): calculate percentage to tenth decimal place by @setchy in https://github.com/DependencyTrack/frontend/pull/708
- refactor(dashboard): use consistent color for suppressed by @setchy in https://github.com/DependencyTrack/frontend/pull/712
- refactor(dashboard): set progress colors via scss by @setchy in https://github.com/DependencyTrack/frontend/pull/713
- feat(dashboard): display additional portfolio statistics by @setchy in https://github.com/DependencyTrack/frontend/pull/709
- feat(dashboard): add vuln / non-vuln footer to projects and components cards by @setchy in https://github.com/DependencyTrack/frontend/pull/714
- feat(dashboard): auditing progress for findings and policy violations by @setchy in https://github.com/DependencyTrack/frontend/pull/715
- refactor(project details): improve UX for active/inactive toggle. by @setchy in https://github.com/DependencyTrack/frontend/pull/721
- feat(dashboard): policy violations by state and classification cards by @setchy in https://github.com/DependencyTrack/frontend/pull/717
- refactor(dashboard): show portfolio vulnerabilities severity in footer by @setchy in https://github.com/DependencyTrack/frontend/pull/718
- feat(vulnerabilities): support active/inactive affected projects by @setchy in https://github.com/DependencyTrack/frontend/pull/723
- feat(notifications): show publisher name on expanded row by @setchy in https://github.com/DependencyTrack/frontend/pull/728
- New Subject Prefix Input Box by @LaVibeX in https://github.com/DependencyTrack/frontend/pull/720
- Trivy support by @fnxpt in https://github.com/DependencyTrack/frontend/pull/656
- feat(project): add tooltip to vuln progress bar by @setchy in https://github.com/DependencyTrack/frontend/pull/738
- feat(project): finding badges including and excluding aliases by @setchy in https://github.com/DependencyTrack/frontend/pull/736
- feat: improve tooltip clarity for project vulnerabilities by @setchy in https://github.com/DependencyTrack/frontend/pull/733
- feat(project): policy violation badges by @setchy in https://github.com/DependencyTrack/frontend/pull/744
- Global Audit View: Vulnerabilities by @rbt-mm in https://github.com/DependencyTrack/frontend/pull/411
- feat: add eslint and prettier by @setchy in https://github.com/DependencyTrack/frontend/pull/752
- Add auto-generated changelog to GitHub releases by @nscuro in https://github.com/DependencyTrack/frontend/pull/755
- feat: lint on master by @setchy in https://github.com/DependencyTrack/frontend/pull/759
- add token and new notifications by @fnxpt in https://github.com/DependencyTrack/frontend/pull/665
- Handle BOM validation errors by @nscuro in https://github.com/DependencyTrack/frontend/pull/762
- Update API key view to include created, last used, and comment by @nscuro in https://github.com/DependencyTrack/frontend/pull/768
- feat(component): add namespace/group to component label/breadcrumb by @setchy in https://github.com/DependencyTrack/frontend/pull/777
- feat(component): add internal column to component search list view by @setchy in https://github.com/DependencyTrack/frontend/pull/775
- feat(component): add internal / external classification badge by @setchy in https://github.com/DependencyTrack/frontend/pull/776
- refactor: perform saas slash-div migration by @setchy in https://github.com/DependencyTrack/frontend/pull/796
- feat(license): use concise endpoint for license list view by @setchy in https://github.com/DependencyTrack/frontend/pull/793
- feat(license): add deprecated column by @setchy in https://github.com/DependencyTrack/frontend/pull/792
- Add Comment Column To External References by @aravindparappil46 in https://github.com/DependencyTrack/frontend/pull/803
- add support from localization based on browser and languages by @fnxpt in https://github.com/DependencyTrack/frontend/pull/805
- Add support for component properties by @nscuro in https://github.com/DependencyTrack/frontend/pull/811
- Enhanced ProgressBar Contrast Ration by @validide in https://github.com/DependencyTrack/frontend/pull/816
- Update Trivy option wording and fix vulnerability source label styling by @nscuro in https://github.com/DependencyTrack/frontend/pull/821
- Experimental by @fnxpt in https://github.com/DependencyTrack/frontend/pull/815
- Add locale picker to header by @nscuro in https://github.com/DependencyTrack/frontend/pull/824
- feat(component-search): add license column by @setchy in https://github.com/DependencyTrack/frontend/pull/795
- Display EPSS Score And Percentile In Vulnerability Page by @aravindparappil46 in https://github.com/DependencyTrack/frontend/pull/832
- Force page reload after locale change by @nscuro in https://github.com/DependencyTrack/frontend/pull/839
🐛
Bug Fixes - Use VUE_APP_SERVER_URL by @mykter in https://github.com/DependencyTrack/frontend/pull/682
- Use unique fields for project list metrics columns by @mykter in https://github.com/DependencyTrack/frontend/pull/686
- Project cloning: cloning Policy Violations and ViolatationAnalysis by @mge-mm in https://github.com/DependencyTrack/frontend/pull/655
- Refactor finding detail and fix finding search routes by @mykter in https://github.com/DependencyTrack/frontend/pull/689
- fix: correctly calculate audited violations and audited findings percentages by @setchy in https://github.com/DependencyTrack/frontend/pull/704
- refactor: handle percentage calc edge cases by @setchy in https://github.com/DependencyTrack/frontend/pull/719
- Fix "Outdated Only" button being disabled when dependency graph is not available by @nscuro in https://github.com/DependencyTrack/frontend/pull/725
- Fix redundant requests to
/api/v1/component
when loading project page by @nscuro in https://github.com/DependencyTrack/frontend/pull/726 - Fix table column visibility preferences triggering redundant requests by @nscuro in https://github.com/DependencyTrack/frontend/pull/727
- Do not append
@<version>
when rendering CPEs in Affected Components view by @nscuro in https://github.com/DependencyTrack/frontend/pull/748 - Fix
Components
column erroneously being sortable by @nscuro in https://github.com/DependencyTrack/frontend/pull/767 - Fix API key rows not being displayed by @nscuro in https://github.com/DependencyTrack/frontend/pull/770
- Fix link to projects in Portfolio Access Control view by @lukas-braune in https://github.com/DependencyTrack/frontend/pull/774
- Aliases column is not displaying information in Vulnerabilities section by @LaVibeX in https://github.com/DependencyTrack/frontend/pull/766
- fix: v-for explicit key by @setchy in https://github.com/DependencyTrack/frontend/pull/797
- Require
VIEW_PORTFOLIO
permission for BOM download by @nscuro in https://github.com/DependencyTrack/frontend/pull/812 - Add missing repo views for Hackage and Nixpkgs by @nscuro in https://github.com/DependencyTrack/frontend/pull/845
🤖
Dependency Updates - build(deps): bump nginxinc/nginx-unprivileged from
f084834
to1e29add
in /docker by @dependabot in https://github.com/DependencyTrack/frontend/pull/669 - build(deps): bump aquasecurity/trivy-action from 0.15.0 to 0.16.0 by @dependabot in https://github.com/DependencyTrack/frontend/pull/668
- build(deps): bump actions/setup-node from 4.0.0 to 4.0.1 by @dependabot in https://github.com/DependencyTrack/frontend/pull/680
- build(deps): bump github/codeql-action from 2 to 3 by @dependabot in https://github.com/DependencyTrack/frontend/pull/672
- build(deps): bump nginxinc/nginx-unprivileged from
1e29add
tofa82525
in /docker by @dependabot in https://github.com/DependencyTrack/frontend/pull/671 - build(deps): bump nginxinc/nginx-unprivileged from
fa82525
to4426351
in /docker by @dependabot in https://github.com/DependencyTrack/frontend/pull/685 - build(deps): bump aquasecurity/trivy-action from 0.16.0 to 0.16.1 by @dependabot in https://github.com/DependencyTrack/frontend/pull/690
- build(deps): bump nginxinc/nginx-unprivileged from
4426351
toafc98ea
in /docker by @dependabot in https://github.com/DependencyTrack/frontend/pull/687 - build(deps): bump follow-redirects from 1.15.2 to 1.15.4 by @dependabot in https://github.com/DependencyTrack/frontend/pull/693
- build(deps): bump nginxinc/nginx-unprivileged from
afc98ea
to6703f05
in /docker by @dependabot in https://github.com/DependencyTrack/frontend/pull/691 - build(deps): bump actions/download-artifact from 3.0.2 to 4.1.0 by @dependabot in https://github.com/DependencyTrack/frontend/pull/679
- build(deps): bump actions/upload-artifact from 3.1.3 to 4.0.0 by @dependabot in https://github.com/DependencyTrack/frontend/pull/675
- build(deps): bump actions/upload-artifact from 4.0.0 to 4.1.0 by @dependabot in https://github.com/DependencyTrack/frontend/pull/697
- build(deps): bump nginxinc/nginx-unprivileged from
6703f05
to966331a
in /docker by @dependabot in https://github.com/DependencyTrack/frontend/pull/695 - build(deps): bump actions/download-artifact from 4.1.0 to 4.1.1 by @dependabot in https://github.com/DependencyTrack/frontend/pull/694
- build(deps): bump nginxinc/nginx-unprivileged from
966331a
tocc3ca91
in /docker by @dependabot in https://github.com/DependencyTrack/frontend/pull/698 - build(deps): bump actions/upload-artifact from 4.1.0 to 4.2.0 by @dependabot in https://github.com/DependencyTrack/frontend/pull/700
- build(deps): bump actions/dependency-review-action from 3 to 4 by @dependabot in https://github.com/DependencyTrack/frontend/pull/701
- build(deps): bump actions/upload-artifact from 4.2.0 to 4.3.0 by @dependabot in https://github.com/DependencyTrack/frontend/pull/703
- build(deps): bump nginxinc/nginx-unprivileged from
cc3ca91
to939d113
in /docker by @dependabot in https://github.com/DependencyTrack/frontend/pull/702 - build(deps): bump nginxinc/nginx-unprivileged from
939d113
to69bd3c1
in /docker by @dependabot in https://github.com/DependencyTrack/frontend/pull/716 - build(deps): bump actions/download-artifact from 4.1.1 to 4.1.2 by @dependabot in https://github.com/DependencyTrack/frontend/pull/731
- build(deps): bump actions/upload-artifact from 4.3.0 to 4.3.1 by @dependabot in https://github.com/DependencyTrack/frontend/pull/730
- build(deps): bump nginxinc/nginx-unprivileged from
69bd3c1
toe0be80a
in /docker by @dependabot in https://github.com/DependencyTrack/frontend/pull/729 - build(deps): bump aquasecurity/trivy-action from 0.16.1 to 0.17.0 by @dependabot in https://github.com/DependencyTrack/frontend/pull/732
- build(deps): bump nginxinc/nginx-unprivileged from 1.25.3-alpine to 1.25.4-alpine in /docker by @dependabot in https://github.com/DependencyTrack/frontend/pull/740
- build(deps): bump nginxinc/nginx-unprivileged from
643fe39
toac1db3b
in /docker by @dependabot in https://github.com/DependencyTrack/frontend/pull/742 - build(deps): bump actions/setup-node from 4.0.1 to 4.0.2 by @dependabot in https://github.com/DependencyTrack/frontend/pull/737
- build: add @vue/runtime-dom as devDependency by @setchy in https://github.com/DependencyTrack/frontend/pull/735
- build(deps-dev): bump ip from 1.1.8 to 1.1.9 by @dependabot in https://github.com/DependencyTrack/frontend/pull/743
- build(deps): bump nginxinc/nginx-unprivileged from
ac1db3b
tofe7d093
in /docker by @dependabot in https://github.com/DependencyTrack/frontend/pull/745 - build(deps): bump nginxinc/nginx-unprivileged from
fe7d093
to87a01a6
in /docker by @dependabot in https://github.com/DependencyTrack/frontend/pull/749 - build(deps): bump nginxinc/nginx-unprivileged from
87a01a6
toc50bd11
in /docker by @dependabot in https://github.com/DependencyTrack/frontend/pull/753 - build(deps): bump actions/download-artifact from 4.1.2 to 4.1.3 by @dependabot in https://github.com/DependencyTrack/frontend/pull/754
- build(deps): bump docker/setup-buildx-action from 3.0.0 to 3.1.0 by @dependabot in https://github.com/DependencyTrack/frontend/pull/756
- build(deps): bump aquasecurity/trivy-action from 0.17.0 to 0.18.0 by @dependabot in https://github.com/DependencyTrack/frontend/pull/760
- build(deps): bump actions/download-artifact from 4.1.3 to 4.1.4 by @dependabot in https://github.com/DependencyTrack/frontend/pull/761
- build(deps): bump nginxinc/nginx-unprivileged from
c50bd11
to4ed6516
in /docker by @dependabot in https://github.com/DependencyTrack/frontend/pull/763 - build(deps): bump docker/build-push-action from 5.1.0 to 5.2.0 by @dependabot in https://github.com/DependencyTrack/frontend/pull/769
- build(deps): bump nginxinc/nginx-unprivileged from
4ed6516
to39d8bcb
in /docker by @dependabot in https://github.com/DependencyTrack/frontend/pull/771 - build(deps): bump actions/checkout from 4.1.1 to 4.1.2 by @dependabot in https://github.com/DependencyTrack/frontend/pull/773
- build(deps): bump docker/login-action from 3.0.0 to 3.1.0 by @dependabot in https://github.com/DependencyTrack/frontend/pull/778
- build(deps): bump docker/setup-buildx-action from 3.1.0 to 3.2.0 by @dependabot in https://github.com/DependencyTrack/frontend/pull/779
- build(deps): bump docker/build-push-action from 5.2.0 to 5.3.0 by @dependabot in https://github.com/DependencyTrack/frontend/pull/780
- build(deps): bump nginxinc/nginx-unprivileged from
39d8bcb
to4883a29
in /docker by @dependabot in https://github.com/DependencyTrack/frontend/pull/783 - build(deps): bump nginxinc/nginx-unprivileged from
4883a29
to7c1d415
in /docker by @dependabot in https://github.com/DependencyTrack/frontend/pull/788 - build(deps): bump follow-redirects from 1.15.4 to 1.15.6 by @dependabot in https://github.com/DependencyTrack/frontend/pull/781
- build(deps): bump aquasecurity/trivy-action from 0.18.0 to 0.19.0 by @dependabot in https://github.com/DependencyTrack/frontend/pull/791
- build(deps): bump nginxinc/nginx-unprivileged from
7c1d415
toe5a49a7
in /docker by @dependabot in https://github.com/DependencyTrack/frontend/pull/799 - chore(deps): pin and update to latest minor releases by @setchy in https://github.com/DependencyTrack/frontend/pull/798
- build(deps): bump nginxinc/nginx-unprivileged from
e5a49a7
to5b49ce2
in /docker by @dependabot in https://github.com/DependencyTrack/frontend/pull/807 - build(deps): bump docker/setup-buildx-action from 3.2.0 to 3.3.0 by @dependabot in https://github.com/DependencyTrack/frontend/pull/806
- build(deps): bump actions/checkout from 4.1.1 to 4.1.2 by @dependabot in https://github.com/DependencyTrack/frontend/pull/813
- build(deps): bump nginxinc/nginx-unprivileged from
5b49ce2
to7b43166
in /docker by @dependabot in https://github.com/DependencyTrack/frontend/pull/817 - build(deps): bump actions/upload-artifact from 4.3.1 to 4.3.2 by @dependabot in https://github.com/DependencyTrack/frontend/pull/819
- build(deps): bump actions/download-artifact from 4.1.4 to 4.1.5 by @dependabot in https://github.com/DependencyTrack/frontend/pull/820
- build(deps): bump actions/checkout from 4.1.2 to 4.1.3 by @dependabot in https://github.com/DependencyTrack/frontend/pull/823
- build(deps): bump nginxinc/nginx-unprivileged from 1.25.4-alpine to 1.25.5-alpine in /docker by @dependabot in https://github.com/DependencyTrack/frontend/pull/822
- build(deps): bump actions/download-artifact from 4.1.5 to 4.1.6 by @dependabot in https://github.com/DependencyTrack/frontend/pull/827
- build(deps): bump actions/upload-artifact from 4.3.2 to 4.3.3 by @dependabot in https://github.com/DependencyTrack/frontend/pull/826
- build(deps): bump nginxinc/nginx-unprivileged from
7c5f491
to09ad4fe
in /docker by @dependabot in https://github.com/DependencyTrack/frontend/pull/825 - build(deps): bump actions/download-artifact from 4.1.6 to 4.1.7 by @dependabot in https://github.com/DependencyTrack/frontend/pull/830
- build(deps): bump actions/checkout from 4.1.3 to 4.1.4 by @dependabot in https://github.com/DependencyTrack/frontend/pull/831
- build(deps): bump nginxinc/nginx-unprivileged from
09ad4fe
to8a73655
in /docker by @dependabot in https://github.com/DependencyTrack/frontend/pull/829 - build(deps): bump nginxinc/nginx-unprivileged from
8a73655
to07b9c90
in /docker by @dependabot in https://github.com/DependencyTrack/frontend/pull/836 - build(deps): bump actions/checkout from 4.1.4 to 4.1.5 by @dependabot in https://github.com/DependencyTrack/frontend/pull/846
- build(deps): bump nginxinc/nginx-unprivileged from
07b9c90
to0480c2b
in /docker by @dependabot in https://github.com/DependencyTrack/frontend/pull/847
Other Changes
- Add "Show in Dependency-Graph" Button in "Affected Projects" List by @rbt-mm in https://github.com/DependencyTrack/frontend/pull/573
- ACL: Add projects to team should only show not yet added projects #101 by @rkg-mm in https://github.com/DependencyTrack/frontend/pull/662
- docs: fix build status badge by @setchy in https://github.com/DependencyTrack/frontend/pull/699
- refactor(dashboard): remove unused policy violations widget by @setchy in https://github.com/DependencyTrack/frontend/pull/710
- chore: bump cyclonedx-npm package for npm10 support by @setchy in https://github.com/DependencyTrack/frontend/pull/750
- chore: update engine ranges by @setchy in https://github.com/DependencyTrack/frontend/pull/751
- Transfer copyright from Steve Springett to OWASP Foundation by @nscuro in https://github.com/DependencyTrack/frontend/pull/786
- fix missing translation by @fnxpt in https://github.com/DependencyTrack/frontend/pull/828
- Add Ukrainian
🇺🇦 i18n by @nscuro in https://github.com/DependencyTrack/frontend/pull/835 - Add i18n documentation by @nscuro in https://github.com/DependencyTrack/frontend/pull/837
- Fix some issues in German translation by @nscuro in https://github.com/DependencyTrack/frontend/pull/840
- Run builds and CI on
feature-*
branches by @nscuro in https://github.com/DependencyTrack/frontend/pull/842
New Contributors
- @mykter made their first contribution in https://github.com/DependencyTrack/frontend/pull/682
- @mge-mm made their first contribution in https://github.com/DependencyTrack/frontend/pull/655
- @setchy made their first contribution in https://github.com/DependencyTrack/frontend/pull/699
- @LaVibeX made their first contribution in https://github.com/DependencyTrack/frontend/pull/720
- @fnxpt made their first contribution in https://github.com/DependencyTrack/frontend/pull/656
- @lukas-braune made their first contribution in https://github.com/DependencyTrack/frontend/pull/774
- @aravindparappil46 made their first contribution in https://github.com/DependencyTrack/frontend/pull/803
- @validide made their first contribution in https://github.com/DependencyTrack/frontend/pull/816
Full Changelog: https://github.com/DependencyTrack/frontend/compare/4.10.0...4.11.0
v4.10.0
Dependency Track Frontend
For official releases, refer to Dependency Track Docs >> Changelogs for information about improvements and upgrade notes. If additional details are required, consult the closed issues for this release milestone.
### SHA1
217bcaab3a7da2ae2fab3103055f9503aef5db07 frontend-dist.zip
### SHA256
2f6f524c45afcc4a90128cab22a557bf41b88c716aaf0992eb6bb2239ce1469c frontend-dist.zip
### SHA512
a230b06bf0e16bd450aaa88817be6ec6468b94e82503f7a7807422fa1f134d318503e98af0452fd57d70f5be92d670a7137d729868a9df54f785c91c9def8a0d frontend-dist.zip
v4.9.1
Dependency Track Frontend
For official releases, refer to Dependency Track Docs >> Changelogs for information about improvements and upgrade notes. If additional details are required, consult the closed issues for this release milestone.
### SHA1
d45d09a8ffb4c36f2fac78149d5f7cefe31a280b frontend-dist.zip
### SHA256
6bc0bf9ecb8e7dc26eb3bfe9beecc41c5d11e5ccb902f19f0445aaa5860a1980 frontend-dist.zip
### SHA512
fb45d76e3d8dd398c2c1a7b81c4ffbc25a9bfc04e1fe6c7b3d786783af6ea8664ed7020df6a7c741933bcafa0249f7e694594c3bda07a39555dc34eb9e7c7ed7 frontend-dist.zip
v4.9.0
Dependency Track Frontend
For official releases, refer to Dependency Track Docs >> Changelogs for information about improvements and upgrade notes. If additional details are required, consult the closed issues for this release milestone.
### SHA1
151f24f7b92e93dcf6600c4b8ee9e0ebd7b3560b frontend-dist.zip
### SHA256
1ff2ace778d08529b42ee297fb6e3b0bbe8b2593b2b8686e8b3e3c9472663c2a frontend-dist.zip
### SHA512
f582b32b4b919f5dbf25f2c1f51cb003acbc771a88408524de7e248c572397327b3719d298327446115166526c73d0d90f7ac4045d02f9b55cedabf2fdceaeea frontend-dist.zip
v4.8.1
Dependency Track Frontend
For official releases, refer to Dependency Track Docs >> Changelogs for information about improvements and upgrade notes. If additional details are required, consult the closed issues for this release milestone.
### SHA1
01bc042e1f510e089b9db937852dbcde69eca603 frontend-dist.zip
### SHA256
f946994c0f66647bd34c9e10997f2b62c08ab17ebbfe42edf149be12a47b2278 frontend-dist.zip
### SHA512
2419660ed3b29041958d74589240ee6e675fe2c5c5029a10110f334d5bf8d2fcb8c4a44558895c1e156a46a2a796c9bc32f8cd0b10ea2f7a6dd0bb48a0984d2b frontend-dist.zip
v4.8.0
Dependency Track Frontend
For official releases, refer to Dependency Track Docs >> Changelogs for information about improvements and upgrade notes. If additional details are required, consult the closed issues for this release milestone.
### SHA1
852b8a16aa8d07ccd46b4bec38cda736c6271c42 frontend-dist.zip
### SHA256
40cffc6fcaafe4a23d2c347958c2e3f43e3c02afe3def238bfd4615684803537 frontend-dist.zip
### SHA512
81fe2dd5af9f685210060e92f02bd931a33624eb8bedf87873fa3c5ec4e97bee128f6b32b1860cdb7037077ee42e4ed9af053cb5d08bac9551e42002a72ca662 frontend-dist.zip
v4.7.1
Dependency Track Frontend
For official releases, refer to Dependency Track Docs >> Changelogs for information about improvements and upgrade notes. If additional details are required, consult the closed issues for this release milestone.
### SHA1
1c1412a09a64d08ae44cb3c9c980bfbb2786ff53 frontend-dist.zip
### SHA256
95aed5a69c6e1db5ab05eaa57f511d5e16f92bafd67839be63f136ea78e11252 frontend-dist.zip
### SHA512
dedc46500c18cf981d47710476efc7184fe58a43d627eaab99d0d1cf6f54943567cbe731d1b1e2b36a736b7cd42e392f0b82a6a8c94231375d095790cef8e29d frontend-dist.zip
v4.7.0
Dependency Track Frontend
For official releases, refer to Dependency Track Docs >> Changelogs for information about improvements and upgrade notes. If additional details are required, consult the closed issues for this release milestone.
### SHA1
8696218e07d438896f236f691f2ca658faf0377a frontend-dist.zip
### SHA256
23cc72eea3361edeaff84efe0a1a0327e47367419466307867103bac2b14ad75 frontend-dist.zip
### SHA512
e41bc36592fb0a3985f7af99abdefc50fa63d536498c9bc2c7084a29c5644cf0fe5d315b2f7a041882d0f514b5ae2fcaa8b9687f81c723b9813023fecf778a42 frontend-dist.zip
v4.6.1
Dependency Track Frontend
For official releases, refer to Dependency Track Docs >> Changelogs for information about improvements and upgrade notes. If additional details are required, consult the closed issues for this release milestone.
### SHA1
67843f34745d4983da001ca158c0fa6aba814427 frontend-dist.zip
### SHA256
f0cb536946117068f26845eee89975e4d7feac0b7c806bae505172e85bfadf76 frontend-dist.zip
### SHA512
692840ddd1e79cb6f9f911df8cd310914d94e76e80146e5f61e053aa59b3a1dc14cd6c620a2ab4cf805c7a584701c61faf5d8b91f30d2080e443dd3106cda36c frontend-dist.zip
v4.6.0
Dependency Track Frontend
For official releases, refer to Dependency Track Docs >> Changelogs for information about improvements and upgrade notes. If additional details are required, consult the closed issues for this release milestone.
### SHA1
0f8967a4f777d33fd285d7fe8786f08690ffedd9 frontend-dist.zip
### SHA256
14791981d23850b72e39cee8c6378c6e25de0f8f5ee46b5c244c28bd6262db9a frontend-dist.zip
### SHA512
73c2fde79b1f48428db376fa059f2104515225d409068bcfcc9ddd9c43a0bf91de5f807b93ea3d8eb77cd9d6ac2bcb1d51b1dde4129375500011c5fe56ef9050 frontend-dist.zip
v4.5.1
Dependency Track Frontend
For official releases, refer to Dependency Track Docs >> Changelogs for information about improvements and upgrade notes. If additional details are required, consult the closed issues for this release milestone.
### SHA1
a77e725fd6c1d8ecc71860d98905e8163302918a frontend-dist.zip
### SHA256
d3df40226f3e4860121906ea4ad05617a956ac55f35dccd576abbf346d65daad frontend-dist.zip
### SHA512
2eda08924a3363b11f56756dd00497de6e496e8cbc90b2500bd3d70a44fbfbf8acbbcc02efca0940b8e9e0039415a68e2472609065cacb0cd516f1da1314ca99 frontend-dist.zip
What's Changed
- Fix usages of
cwe
field instead ofcwes
by @nscuro in https://github.com/DependencyTrack/frontend/pull/152
Full Changelog: https://github.com/DependencyTrack/frontend/compare/v4.5.0...4.5.1
v4.5.0
Dependency Track Frontend
For official releases, refer to Dependency Track Docs >> Changelogs for information about improvements and upgrade notes. If additional details are required, consult the closed issues for this release milestone.
### SHA1
3758c4ed06a500bfc14238ad86d388ba3c8b5692 frontend-dist.zip
### SHA256
4407db52eec22913be8f157d31843f701296afb58223f71ad75a7bbcdaa00f49 frontend-dist.zip
### SHA512
deaec77d38c0d2100ca1740c64866a0955d2350ba176b9aa3578d561ae20c4b4bab807f5fd8b9adbea82b44c2c420ad6000d8d378bd6c3769371287dfa49419e frontend-dist.zip
What's Changed
- Fixed analysis status display in policy violations tab by @gpennetier in https://github.com/DependencyTrack/frontend/pull/130
- Fixed spelling mistake by @LarsH in https://github.com/DependencyTrack/frontend/pull/131
- Bump tar from 4.4.13 to 4.4.19 by @dependabot in https://github.com/DependencyTrack/frontend/pull/129
- Add
VIEW_POLICY_VIOLATION
permission by @nscuro in https://github.com/DependencyTrack/frontend/pull/127 - Bump url-parse from 1.5.3 to 1.5.10 by @dependabot in https://github.com/DependencyTrack/frontend/pull/124
- Remove references to NPM Audit Analyzer by @valentijnscholten in https://github.com/DependencyTrack/frontend/pull/133
- text: github advisories: explain type of token needed by @valentijnscholten in https://github.com/DependencyTrack/frontend/pull/135
- Bump moment from 2.24.0 to 2.29.2 by @dependabot in https://github.com/DependencyTrack/frontend/pull/134
- Fix analysis justification and response being reset when suppressing a finding by @nscuro in https://github.com/DependencyTrack/frontend/pull/140
- Fix NVD properties not saving (fixes #137) by @AbdelHajou in https://github.com/DependencyTrack/frontend/pull/143
- Show Security Risk in policy violations overview (fixes #91) by @AbdelHajou in https://github.com/DependencyTrack/frontend/pull/144
- Improve GHSA description; Prevent saving of invalid configs; Add GitHub logo by @nscuro in https://github.com/DependencyTrack/frontend/pull/148
- ci: overhaul and release automation by @k3rnelpan1c-dev in https://github.com/DependencyTrack/frontend/pull/141
New Contributors
- @gpennetier made their first contribution in https://github.com/DependencyTrack/frontend/pull/130
- @LarsH made their first contribution in https://github.com/DependencyTrack/frontend/pull/131
- @valentijnscholten made their first contribution in https://github.com/DependencyTrack/frontend/pull/133
- @AbdelHajou made their first contribution in https://github.com/DependencyTrack/frontend/pull/143
- @k3rnelpan1c-dev made their first contribution in https://github.com/DependencyTrack/frontend/pull/141
Full Changelog: https://github.com/DependencyTrack/frontend/compare/4.4.0...4.5.0
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.