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/releases/pro/changelog.md
+19-5Lines changed: 19 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,20 @@ Here are the release notes for **DefectDojo Pro (Cloud Version)**. These release
10
10
11
11
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](/releases/os_upgrading/upgrading_guide/).
12
12
13
+
## Apr 2026: v2.57
14
+
15
+
### Apr 7, 2026: v2.57.0
16
+
17
+
***(Custom Enrichment)** On-prem administrators can now configure custom URLs for EPSS and KEV enrichment data sources under **Settings → Finding Enrichment Settings**. Each source (EPSS scores and CISA Known Exploited Vulnerabilities) can be independently enabled and pointed to an internal mirror or proxy. A **Test Configuration** button validates connectivity before saving. Findings with CVE IDs are automatically enriched with EPSS score/percentile and KEV status during enrichment runs.
18
+
***(Performance)** Optimized API response times across all endpoints with selective field loading and conditional prefetches.
19
+
***(Performance)** Improved Dashboard load times by eliminating redundant authorization queries and caching license lookups.
20
+
***(Performance)** Improved deduplication performance by batching duplicate marking and deferring large text fields.
21
+
***(Performance)** Improved false-positive history processing performance during async imports by using batch operations.
22
+
***(Pro UI)** Asset hierarchy filter dropdowns now only show relevant options (e.g., Parent filter shows only assets that have children).
23
+
***(Security)** Hardened container configurations for improved runtime security.
24
+
***(Universal Parser)** Added a list view and field mappings modal to the Pro UI for managing Universal Parser configurations.
25
+
***(Universal Parser)** Added support for 7 new fields: `file_path`, `component_name`, `component_version`, `line`, `steps_to_reproduce`, `severity_justification`, and CVSSv4 vectors.
26
+
13
27
## Mar 2026: v2.56
14
28
15
29
### Mar 30, 2026: v2.56.4
@@ -107,31 +121,31 @@ No significant UX changes.
107
121
108
122
## Dec 2025: v2.53
109
123
110
-
### Dec 29, 2025: v2.53.5
124
+
####Dec 29, 2025: v2.53.5
111
125
112
126
***(Pro UI)** Added Finding count columns to Engagement table.
113
127
***(Pro UI)** Enter/Return no longer automatically submits forms.
114
128
115
-
### Dec 22, 2025: v2.53.4
129
+
####Dec 22, 2025: v2.53.4
116
130
117
131
***(Pro UI)** Asset Hierarchy now uses separate tabs for Asset selection and for the rendered Asset tree:
118
132

119
133
120
-
### Dec 15, 2025: v2.53.3
134
+
####Dec 15, 2025: v2.53.3
121
135
122
136
*DefectDojo v2.53.2 does not have a corresponding Pro release.*
123
137
124
138
***(Connectors)** Support for private CA certificates has been added to Connectors to assist with connectivity.
125
139
126
-
### Dec 8, 2025: v2.53.1
140
+
####Dec 8, 2025: v2.53.1
127
141
128
142
***(Assets/Organizations)** Introduced overhaul to Products/Product Types, added the ability to create and diagram relationships between Assets. See [Assets/Organizations documentation](/asset_modelling/hierarchy/pro__assets_organizations/) for details, and information on opting in to the Beta.
129
143
***(Findings)** Added new KEV fields for ransomware, exploits, and date handling.
130
144
***(Pro UI)** Added Table Preferences menu, allowing you to store preset lists of columns for each table.
131
145
132
146

133
147
134
-
### Dec 1, 2025: v2.53.0
148
+
####Dec 1, 2025: v2.53.0
135
149
136
150
***(Pro UI)** Added Asset Hierarchy.
137
151
***(Priority)** Priority and Risk can now be overridden manually, or through Rules Engine.
0 commit comments