Skip to content

Commit 5372984

Browse files
paulOsinskiPaul Osinski
andauthored
Pro Release Notes 2.42.2 (#11611)
* update changelog 2.42.2 * add additional 2.42.1 features --------- Co-authored-by: Paul Osinski <paul.m.osinski@gmail.com>
1 parent ac08db2 commit 5372984

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

docs/content/en/changelog/changelog.md

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

88
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).
99

10+
## Jan 21, 2025: v2.42.2
11+
12+
- **(Classic UI)** Corrected link to Smart Upload form.
13+
- **(CLI Tools)** Fixed issue with .exe extensions not getting added to Windows binaries
14+
- **(Findings)** `Mitigated` filter now uses datetime instead of date for filtering.
15+
- **(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>
16+
- **(RBAC)** Request Review now applies RBAC properly with regard to User Groups.
17+
1018
## Jan 13, 2025: v2.42.1
1119

1220
- **(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>
@@ -15,6 +23,10 @@ curl -X 'GET' \
1523
'https://localhost/api/v2/findings/?response_fields=title,severity,description' \
1624
-H 'accept: application/json'
1725
```
26+
- **(Findings)** Excel and CSV exports now include tags.
27+
- **(Reports)** Reports now exclude unenforced SLAs from Executive Summary to avoid confusion.
28+
- **(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.
29+
- **(Tools)** ImageTags are now included with AWS SecurityHub and AWS inspector parsers.
1830

1931
## Jan 6, 2025: v2.42.0
2032

0 commit comments

Comments
 (0)