Skip to content

Commit

Permalink
Release Notes: 2.43.3 (#11857)
Browse files Browse the repository at this point in the history
* add 2.43.0 changelog

* add 2.43.1

* v2.43.2

* 2.43.3

---------

Co-authored-by: Paul Osinski <paul.m.osinski@gmail.com>
  • Loading branch information
2 people authored and valentijnscholten committed Feb 22, 2025
1 parent 0fb088f commit 2182a02
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions docs/content/en/changelog/changelog.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,47 @@
---
title: "DefectDojo Pro Changelog"
description: "DefectDojo Changelog"
exclude_search: true
---

Here are the release notes for **DefectDojo Pro (Cloud Version)**. These release notes are focused on UX, so will not include all code changes.

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

## Feb 2025: v2.43

### Feb 19, 2025: v2.43.3

- **(API)** `/audit_log` has been added as an API endpoint for DefectDojo Pro, which can return a JSON report of all user activity, or filter by object ID. <span style="background-color:rgba(242, 86, 29, 0.5)">(Pro)</span>
- **(Beta UI)** Vulnerability ID can now be edited for a given Finding, using the Edit Finding page. This allows users to manually identify duplicates by assigning a matching Vulnerability ID to an additional Finding.

### Feb 12, 2025: v2.43.2

- **(Beta UI)** Tests and Risk Acceptances can now be added directly from the All Tests / All Risk Acceptances lists.
- **(CLI Tools)** Added a `background-import` flag to allow for asynchronous imports or reimports.
- **(Connectors)** Users of Burp, SonarQube and Dependency-Track Connectors can now set a minimum Severity level for Findings to limit the amount of data imported via Connector. Findings below the minimum Severity level will not be imported. If Minimum Severity is changed, existing Findings below the new Minimum Severity will be Closed (not deleted).
- **(API)** Fixed issue where Findings created by API with methods other than `/import` / `/reimport` were not being identified as duplicates.
- **(Findings)** 'Close Old Findings' will now apply 'Unique ID From Tool' deduplication, if this algorithm is in use for a set of Findings.

### Feb 10, 2025: v2.43.1

- **(Beta UI)** Added 'Has Jira' (True/False) as a filter, to filter Findings, Products or Engagements that have associated Jira data.
- **(Beta UI)** Notes can now be added to Engagement / Findings / Tests from All Engagements / Findings / Tests lists as well as View Engagement / Findings / Tests pages.
- **(Beta UI)** Added ability to Close Finding from a Finding List, without needing to first open the Edit Finding form.
- **(CLI Tools)** Improved help text for Universal Importer / DefectDojo CLI. Many guides and examples are now in our [docs](/en/connecting_your_tools/external_tools/) instead of being displayed in the CLI itself.
- **(Tools)** Updated Burp scan to use Hashcode Deduplication. Default hashcode forms are `title`, `file_path`, `severity`, and `vuln_id_from_tool`.
- **(Tools)** Corrected issue with AWS Inspector2 OSS parser related to `mitigated date` being handled incorrectly.

### Feb 3, 2025: v2.43.0

- **(Beta UI)** Users can now upload local SAML metadata when configuring SAML.
- **(Beta UI)** Added new section on Risk Acceptance Form to allow users to upload 'Proof'; any relevant files that can be used to support a Risk Acceptance (emails, screenshots of communication, policies, etc).
- **(Connectors)** Users of Semgrep and Tenable Connectors can now set a minimum Severity level for Findings to limit the amount of data imported via Connector. Findings below the minimum Severity level will not be imported. If Minimum Severity is changed, existing Findings below the new Minimum Severity will be Closed (not deleted).
- **(Reimport)** Clarified 'no change' state in Import History with message 'There were no findings created, closed, or modified'.
- **(Jira)** Next-Gen Epic creation from an Engagement no longer requires an Epic Name to be set, and will instead use an Epic ID value if Epic Name fails.
- **(Jira)** Removed HTML encoding from strings that are sent to Jira, to prevent escape characters from being added to issue descriptions unnecessarily.
- **(System Settings)** Split up the 'Disclaimer' function, allowing boilerplate 'Disclaimer' text to be displayed in Notifications, Reports, or Notes.

## Jan 2025: v2.42

### Jan 27, 2025: v2.42.3
Expand Down

0 comments on commit 2182a02

Please sign in to comment.