From 4533265894b12aba4f143be318d3187475cdc9b1 Mon Sep 17 00:00:00 2001 From: Paul Osinski Date: Tue, 31 Dec 2024 12:02:34 -0500 Subject: [PATCH 1/2] add release notes for 2.41.4 --- docs/content/en/changelog/changelog.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/content/en/changelog/changelog.md b/docs/content/en/changelog/changelog.md index c3fcabef775..06e84652b21 100644 --- a/docs/content/en/changelog/changelog.md +++ b/docs/content/en/changelog/changelog.md @@ -7,6 +7,13 @@ 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](../../open_source/upgrading/upgrading_guide). +## Dec 31, 2024: v2.41.4 + +- **(API)** Changed functionality of 'Force To Active / Verified' flag: True now forces to Active, while False will keep the tool's status (rather than forcing to Inactive). +- **(Beta UI)** Added ability to regenerate / copy your API token +- **(Beta UI)** Fixed bug preventing date / planned remediation dates from being added via Bulk Edit +- **(Import)** Added fields for EPSS score and percentile to Generic Findings Import parser + ## Dec 24, 2024: v2.41.3 - **(API)** Added `/request_response_pairs` endpoint. From d775e62c8747164af70437f187c1467da7c901b1 Mon Sep 17 00:00:00 2001 From: Paul Osinski <42211303+paulOsinski@users.noreply.github.com> Date: Tue, 31 Dec 2024 13:20:06 -0500 Subject: [PATCH 2/2] Update changelog.md --- docs/content/en/changelog/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/en/changelog/changelog.md b/docs/content/en/changelog/changelog.md index 06e84652b21..be48f1b4c1b 100644 --- a/docs/content/en/changelog/changelog.md +++ b/docs/content/en/changelog/changelog.md @@ -9,7 +9,7 @@ For Open Source release notes, please see the [Releases page on GitHub](https:// ## Dec 31, 2024: v2.41.4 -- **(API)** Changed functionality of 'Force To Active / Verified' flag: True now forces to Active, while False will keep the tool's status (rather than forcing to Inactive). +- **(API)** 'Force To Active / Verified' flag is no longer required when calling `/import-scan`, `/reimport-scan` endponts: a value of True now forces to Active, False now forces to Inactive, while setting a value of none (or not using the flag) will use the tool's status. - **(Beta UI)** Added ability to regenerate / copy your API token - **(Beta UI)** Fixed bug preventing date / planned remediation dates from being added via Bulk Edit - **(Import)** Added fields for EPSS score and percentile to Generic Findings Import parser