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
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](../../open_source/upgrading/upgrading_guide).
10
10
11
+
## Mar 2025: v2.44
12
+
13
+
### Mar 3, 2025: v2.44.0
14
+
15
+
-**(Beta UI)** Breadcrumbs have been overhauled to better represent the context each page exists in. Breadcrumbs will now include filtering and query parameters. The titles of tables now better represent their context, for example when looking at the Engagements list for a particular Product, the view will be titled {Product Name} Engagements, rather than All Engagements as before.
16
+
11
17
## Feb 2025: v2.43
12
18
13
19
### Feb 24, 2025: v2.43.4
@@ -50,7 +56,7 @@ For Open Source release notes, please see the [Releases page on GitHub](https://
50
56
51
57
## Jan 2025: v2.42
52
58
53
-
### Jan 27, 2025: v2.42.3
59
+
####Jan 27, 2025: v2.42.3
54
60
55
61
-**(Connectors)** Added 'minimum severity' filter for Semgrep and Tenable Connectors. If you want to only upload Findings of a certain severity and up, you can set a filter for this under 'Minimum Severity' in your Connector options.
56
62
@@ -59,15 +65,15 @@ For Open Source release notes, please see the [Releases page on GitHub](https://
59
65
Previously synced Findings that are no longer within the filter parameters will be set to Closed upon the following Sync operation.
60
66
-**(API)** Prefetching multiple parameters now returns all prefetched objects in an array.
61
67
62
-
### Jan 21, 2025: v2.42.2
68
+
####Jan 21, 2025: v2.42.2
63
69
64
70
-**(Classic UI)** Corrected link to Smart Upload form.
65
71
-**(CLI Tools)** Fixed issue with .exe extensions not getting added to Windows binaries
66
72
-**(Findings)**`Mitigated` filter now uses datetime instead of date for filtering.
67
73
-**(OAuth)** Clarified Azure AD labels to better align with Azure's language. Default value for Azure Resource is now set. <spanstyle="background-color:rgba(242, 86, 29, 0.5)">(Pro)</span>
68
74
-**(RBAC)** Request Review now applies RBAC properly with regard to User Groups.
69
75
70
-
### Jan 13, 2025: v2.42.1
76
+
####Jan 13, 2025: v2.42.1
71
77
72
78
-**(API)** Pro users can now specify the fields they want to return in a given API payload. For example, this request will only return the title, severity and description fields for each Finding. <spanstyle="background-color:rgba(242, 86, 29, 0.5)">(Pro)</span>
73
79
```
@@ -80,7 +86,7 @@ curl -X 'GET' \
80
86
-**(Risk Acceptance)** Simple Risk Acceptances now have a 'paper trail' created - when they are added or removed, a note will be added to the Finding to log the action.
81
87
-**(Tools)** ImageTags are now included with AWS SecurityHub and AWS inspector parsers.
82
88
83
-
### Jan 6, 2025: v2.42.0
89
+
####Jan 6, 2025: v2.42.0
84
90
85
91
-**(API)**`/test_reimport` results can now be ordered via id, created, modified, version, branch_tag, build_id, and commit_hash.
86
92
-**(Jira)** When a Risk Acceptance expires, linked Jira Group issues will now be updated to reflect the status change.
0 commit comments