Skip to content

Commit 48b66f9

Browse files
authored
Merge branch 'master' into release/2.44.1
2 parents 35f8ff3 + b9e87ce commit 48b66f9

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

docs/content/en/changelog/changelog.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ Here are the release notes for **DefectDojo Pro (Cloud Version)**. These release
88

99
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/).
1010

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+
1117
## Feb 2025: v2.43
1218

1319
### Feb 24, 2025: v2.43.4
@@ -50,7 +56,7 @@ For Open Source release notes, please see the [Releases page on GitHub](https://
5056

5157
## Jan 2025: v2.42
5258

53-
### Jan 27, 2025: v2.42.3
59+
#### Jan 27, 2025: v2.42.3
5460

5561
- **(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.
5662

@@ -59,15 +65,15 @@ For Open Source release notes, please see the [Releases page on GitHub](https://
5965
Previously synced Findings that are no longer within the filter parameters will be set to Closed upon the following Sync operation.
6066
- **(API)** Prefetching multiple parameters now returns all prefetched objects in an array.
6167

62-
### Jan 21, 2025: v2.42.2
68+
#### Jan 21, 2025: v2.42.2
6369

6470
- **(Classic UI)** Corrected link to Smart Upload form.
6571
- **(CLI Tools)** Fixed issue with .exe extensions not getting added to Windows binaries
6672
- **(Findings)** `Mitigated` filter now uses datetime instead of date for filtering.
6773
- **(OAuth)** Clarified Azure AD labels to better align with Azure's language. Default value for Azure Resource is now set. <span style="background-color:rgba(242, 86, 29, 0.5)">(Pro)</span>
6874
- **(RBAC)** Request Review now applies RBAC properly with regard to User Groups.
6975

70-
### Jan 13, 2025: v2.42.1
76+
#### Jan 13, 2025: v2.42.1
7177

7278
- **(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. <span style="background-color:rgba(242, 86, 29, 0.5)">(Pro)</span>
7379
```
@@ -80,7 +86,7 @@ curl -X 'GET' \
8086
- **(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.
8187
- **(Tools)** ImageTags are now included with AWS SecurityHub and AWS inspector parsers.
8288

83-
### Jan 6, 2025: v2.42.0
89+
#### Jan 6, 2025: v2.42.0
8490

8591
- **(API)** `/test_reimport` results can now be ordered via id, created, modified, version, branch_tag, build_id, and commit_hash.
8692
- **(Jira)** When a Risk Acceptance expires, linked Jira Group issues will now be updated to reflect the status change.

0 commit comments

Comments
 (0)