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
+33-8Lines changed: 33 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,28 +8,53 @@ Here are the release notes for **DefectDojo Pro (Cloud Version)**. These release
8
8
9
9
For Open Source release notes, please see the [Releases page on GitHub](https://github.com/DefectDojo/django-DefectDojo/releases), or alternatively consult the Open Source [upgrade notes](/en/open_source/upgrading/upgrading_guide/).
10
10
11
+
## Oct 2025: v2.51
12
+
13
+
### Oct 14, 2025: v2.51.1
14
+
15
+
***(Pro UI)** Added Finding Quick Report feature. Quick report allows users to quickly render an HTML report with the currently displayed Findings on a Finding table.
16
+
17
+

18
+
19
+
***(Pro UI)** Added vector builder and calculator to the Edit Finding form, for CVSSv3 and CVSSv4. You can build vector strings using the 🛠️ button next to the CVSSv3 / CVSSv4 string entry on the Edit Finding form.
20
+
21
+
Click the calculator button to render a score based on the vector string.
22
+
23
+

24
+

25
+
26
+
***(Pro UI)** Added Similar Findings view on Findings when enabled in System Settings.
27
+
***(Pro UI)** File names (for attached artifacts) can now be edited directly in the UI.
28
+
***(Pro UI)** Redirect user to Home after a successful Support Inquiry submission.
29
+
30
+
### Oct 6, 2025: v2.51.0
31
+
32
+
No significant Pro changes are present in this release.
33
+
11
34
## Sept 2025: v2.50
12
35
13
-
### Sept 22, 2025: v2.50.4
36
+
####Sept 29, 2025: v2.50.4
14
37
15
-
***(Pro UI)** Changes Engagement Deduplication form label and help text
16
-
***(Pro UI)** Adds toggle for MCP (for superusers only)
38
+
***(MCP)** Added MCP toggle for Superusers only.
39
+
***(Pro UI)** Bypassed endpoint validation on Edit Finding form when Endpoints have not changed.
40
+
***(Pro UI)** Collapsed additional fields in the Universal Parser preview for cleaner display.
41
+
***(Pro UI)** Updated Engagement Deduplication form label and help text for clarity.
17
42
18
-
### Sept 15, 2025: v2.50.3
43
+
####Sept 22, 2025: v2.50.3
19
44
20
45
***(Pro UI)** Added support for [CVSSv4.0](https://www.first.org/cvss/v4-0/) vector strings.
21
46
22
-
### Sept 15, 2025: v2.50.2
47
+
####Sept 15, 2025: v2.50.2
23
48
24
49
***(Pro UI)** Added Any/All status filtering. Filtering by status allows you to apply either AND (inner join) logic, or OR (outer join) logic to the filter.
25
50
***(Pro UI)** Added Contact Support form for On-Premise installs.
26
51
27
-
### Sept 9, 2025: v2.50.1
52
+
####Sept 9, 2025: v2.50.1
28
53
29
54
***(Tools)** Removed CSV limit for Qualys HackerGuardian
30
55
***(SSO)** Removed Force Password Reset for users created via SSO
31
56
32
-
### Sept 2, 2025: v2.50.0
57
+
####Sept 2, 2025: v2.50.0
33
58
34
59
***(Pro UI)** "Date During" filter has been added to the UI, allowing users to filter by a range of dates
35
60
***(Pro UI)** Vulnerability ID column can now be sorted, however the sorting only considers the **first** vulnerability ID.
@@ -40,7 +65,7 @@ For Open Source release notes, please see the [Releases page on GitHub](https://
40
65
The Pro UI has been significantly reorganized, with changes to page organization.
41
66

42
67
43
-
### August 25: 2.49.3
68
+
####August 25: 2.49.3
44
69
45
70
[Integrations](/en/share_your_findings/integrations/) has been added to DefectDojo Pro, adding an Jira-style integrations for Azure DevOps, GitHub and GitLab boards.
0 commit comments