From 52bc2ef35d1ad94f3986420ef2f0c9c20a2b061b Mon Sep 17 00:00:00 2001 From: Paul Osinski Date: Fri, 29 Aug 2025 14:15:18 -0400 Subject: [PATCH 1/3] add about_deduplication png --- .../finding_deduplication/about_deduplication.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/content/en/working_with_findings/finding_deduplication/about_deduplication.md b/docs/content/en/working_with_findings/finding_deduplication/about_deduplication.md index 7d105230130..b947afc335d 100644 --- a/docs/content/en/working_with_findings/finding_deduplication/about_deduplication.md +++ b/docs/content/en/working_with_findings/finding_deduplication/about_deduplication.md @@ -18,6 +18,8 @@ By creating and marking Duplicates in this way, DefectDojo ensures that all the By default, these Tests would need to be nested under the same Product for Deduplication to be applied. If you wish, you can further limit the Deduplication scope to a single Engagement. +![Deduplication on product and engagement level](images/deduplication.png) + Duplicate Findings are set as Inactive by default. This does not mean the Duplicate Finding itself is Inactive. Rather, this is so that your team only has a single active Finding to work on and remediate, with the implication being that once the original Finding is Mitigated, the Duplicates will also be Mitigated. ## Deduplication vs Reimport From ded9440fa768298eda35eb55dcc1c178885ce392 Mon Sep 17 00:00:00 2001 From: Paul Osinski Date: Fri, 5 Sep 2025 13:56:40 -0400 Subject: [PATCH 2/3] update changelog 2.50 --- docs/content/en/changelog/changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/content/en/changelog/changelog.md b/docs/content/en/changelog/changelog.md index b0ce860a70a..3c5c0abb99d 100644 --- a/docs/content/en/changelog/changelog.md +++ b/docs/content/en/changelog/changelog.md @@ -8,6 +8,12 @@ Here are the release notes for **DefectDojo Pro (Cloud Version)**. These release 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/). +## Sept 2025: v2.50 + +* **(Pro UI)** "Date During" filter has been added to the UI, allowing users to filter by a range of dates +* **(Pro UI)** Vulnerability ID column can now be sorted, however the sorting only considers the **first** vulnerability ID. +* **(Pro UI)** Request/Response pairs can now be added / updated / deleted via the Edit Finding form. + ## August 2025: v2.49 The Pro UI has been significantly reorganized, with changes to page organization. From 83e7081b8fcbfd8a0aa26497952d695e7a65238c Mon Sep 17 00:00:00 2001 From: Paul Osinski Date: Fri, 5 Sep 2025 13:56:40 -0400 Subject: [PATCH 3/3] update changelog 2.50 --- docs/content/en/changelog/changelog.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/content/en/changelog/changelog.md b/docs/content/en/changelog/changelog.md index b0ce860a70a..03bffdbac42 100644 --- a/docs/content/en/changelog/changelog.md +++ b/docs/content/en/changelog/changelog.md @@ -8,6 +8,14 @@ Here are the release notes for **DefectDojo Pro (Cloud Version)**. These release 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/). +## Sept 2025: v2.50 + +### Sept 2, 2025: v2.50.0 + +* **(Pro UI)** "Date During" filter has been added to the UI, allowing users to filter by a range of dates +* **(Pro UI)** Vulnerability ID column can now be sorted, however the sorting only considers the **first** vulnerability ID. +* **(Pro UI)** Request/Response pairs can now be added / updated / deleted via the Edit Finding form. + ## August 2025: v2.49 The Pro UI has been significantly reorganized, with changes to page organization.