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
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,12 @@ 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
+
## Jan 2025: v2.54
12
+
13
+
### Jan 5, 2025: v2.54.0
14
+
15
+
No significant UX changes.
16
+
11
17
## Dec 2025: v2.53
12
18
13
19
### Dec 29, 2025: v2.53.5
@@ -64,7 +70,7 @@ For Open Source release notes, please see the [Releases page on GitHub](https://
64
70
65
71
## Oct 2025: v2.51
66
72
67
-
### Oct 27, 2025: v2.51.3
73
+
####Oct 27, 2025: v2.51.3
68
74
69
75
***(Tools)** Added Nuclei scan support for Smart Upload.
70
76
***(Priority)** Added Prioritization Engine to allow for configurable Priority and Risk calculations for individual Findings under a given Product.
@@ -73,12 +79,12 @@ For Open Source release notes, please see the [Releases page on GitHub](https://
***(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.
84
90
@@ -95,7 +101,7 @@ Click the calculator button to render a score based on the vector string.
95
101
***(Pro UI)** File names (for attached artifacts) can now be edited directly in the UI.
96
102
***(Pro UI)** Redirect user to Home after a successful Support Inquiry submission.
97
103
98
-
### Oct 6, 2025: v2.51.0
104
+
####Oct 6, 2025: v2.51.0
99
105
100
106
No significant Pro changes are present in this release.
Copy file name to clipboardExpand all lines: dojo/fixtures/defect_dojo_sample_data.json
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -814,7 +814,6 @@
814
814
"url_prefix": "",
815
815
"team_name": "",
816
816
"enable_product_grade": true,
817
-
"product_grade": "def grade_product(crit, high, med, low):\r\n health=100\r\n if crit > 0:\r\n health = 40\r\n health = health - ((crit - 1) * 5)\r\n if high > 0:\r\n if health == 100:\r\n health = 60\r\n health = health - ((high - 1) * 3)\r\n if med > 0:\r\n if health == 100:\r\n health = 80\r\n health = health - ((med - 1) * 2)\r\n if low > 0:\r\n if health == 100:\r\n health = 95\r\n health = health - low\r\n\r\n if health < 5:\r\n health = 5\r\n\r\n return health",
0 commit comments