You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/en/changelog/changelog.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,15 @@ For Open Source release notes, please see the [Releases page on GitHub](https://
10
10
11
11
## Jan 2025: v2.54
12
12
13
+
### Jan 20, 2025: v2.54.2
14
+
15
+
***(Pro UI)** corrected a bug where unordered lists would display as ordered lists in editor forms.
16
+
***(Smart Upload)** introduced severity filtering to the Smart Importer to skip findings below a specified severity level. Added detailed logging throughout the findings processing to improve traceability and debugging.
17
+
18
+
### Jan 12, 2025: v2.54.1
19
+
20
+
***(AI Tools)** added Risk Scores to schema for MCP processing.
Deduplication of Trivy misconfiguration findings is improved for newly imported findings, but existing findings may no longer match because they don’t contain the new vulnerability_id or file_path fields.
Copy file name to clipboardExpand all lines: docs/content/en/open_source/upgrading/2.55.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,12 @@
2
2
title: 'Upgrading to DefectDojo Version 2.55.x'
3
3
toc_hide: true
4
4
weight: -20260105
5
-
description: No special instructions.
5
+
description: Authorization related optimizations
6
6
---
7
-
There are no special instructions for upgrading to 2.55.x. Check the [Release Notes](https://github.com/DefectDojo/django-DefectDojo/releases/tag/2.55.0) for the contents of the release.
7
+
8
+
## Authorization related optimizations
9
+
10
+
The queries related to authorizations have been optmized. For example retrieving the list of authorized findings for the logged in user.
11
+
Some of these are now also cached during that duration of a request. This should have no functional effects and only results in better performance.
12
+
13
+
Check the [Release Notes](https://github.com/DefectDojo/django-DefectDojo/releases/tag/2.55.0) for the contents of the release.
0 commit comments