Skip to content

Commit 611bee0

Browse files
paulOsinskiPaul Osinski
andauthored
Changelog + Minor Docs Maintenance (#12551)
* update changelog 2.47.0 * change article titles * change headers for sidebar --------- Co-authored-by: Paul Osinski <paul.m.osinski@gmail.com>
1 parent 242148b commit 611bee0

File tree

11 files changed

+40
-13
lines changed

11 files changed

+40
-13
lines changed
185 KB
Loading

docs/assets/images/pro_soc_filter.png

267 KB
Loading

docs/assets/images/pro_test_types.png

277 KB
Loading
277 KB
Loading

docs/content/en/changelog/changelog.md

Lines changed: 33 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,19 @@ Here are the release notes for **DefectDojo Pro (Cloud Version)**. These release
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

1111

12+
## June 2025: v2.47
13+
14+
### June 2, 2025: v2.47.0
15+
16+
- **(Pro UI)** Finding review can now be set through the Pro UI. You can now Request Review or clear a Finding review from Finding tables, or from the Finding View.
17+
18+
![image](images/pro_request_review.png)
19+
20+
- **(Pro UI)** Artifact files can now be uploaded through the Pro UI to Findings. These files can be viewed or deleted on the **Finding Overview > Files** tab of a Finding page.
21+
22+
![image](images/pro_upload_file.png)
23+
24+
1225
## May 2025: v2.46
1326

1427
### ⚠️ Tag Format Change
@@ -32,6 +45,22 @@ This update improves consistency, enhances DefectDojo's search capabilities, and
3245

3346
We recommend reviewing your current tags to ensure they align with the new format. Following the deployment of these new behaviors, requests sent to the API or through the UI with any of the violations listed above will result in an error, with the details of the error raised in the response.
3447

48+
### May 26, 2025: v2.46.4
49+
50+
- **(Pro Metrics)** Rework of filter menu within insights dashboards to remove cross Product Type and Product filtering capabilities.
51+
- **(Pro UI)** Clickable links within insights dashboards.
52+
- **(Pro UI)** You can now differentiate between **AppSec** and **SOC** Test Types, to specify whether Findings in DefectDojo were created by an AppSec or SOC process. You can assign the SOC label by editing a Test Type in the Pro UI:
53+
54+
![image](images/pro_test_types.png)
55+
56+
Whether a Finding is "AppSec" or "SOC" depends on the parent Test Type. If a Test Type does not have SOC set, all of the Findings associated with this Test Type will be considered "AppSec".
57+
58+
The Priority Insights dashboard can quickly render a list of all SOC or AppSec Findings, ordered by Priority.
59+
60+
![image](images/pro_soc_filter.png)
61+
62+
- **(Pro UI)** More detailed messages in Bulk Edit provide a better explanation of why some Findings may have been skipped.
63+
3564
### May 19, 2025: v2.46.3
3665

3766
- **(Calendar)** New filters have been added to Calendar view: Unassigned Lead, and Engagement/Test Type.
@@ -64,24 +93,24 @@ Hotfix release - no significant feature changes.
6493

6594
## Apr 2025: v2.45
6695

67-
### Apr 28, 2025: v2.45.3
96+
#### Apr 28, 2025: v2.45.3
6897

6998
- **(Import)** Reimporting a scan can now handle special statuses assigned by a tool. Now, if a Finding was initially imported as Active, but the status was changed to False Positive, Out Of Scope or Risk Accepted by a subsequent report, that status will now be respected and applied to the Finding by Reimport.
7099
- **(Tools)** Fortify parser can now assign False Positive status to Findings according to the audit.xml file.
71100

72-
### Apr 22, 2025: v2.45.2
101+
#### Apr 22, 2025: v2.45.2
73102

74103
![image](images/risk_table.png)
75104

76105
- **(Pro UI)** Added a link to Universal Importer to the sidebar, which provides access to the [Universal Importer and DefectDojo CLI](/en/connecting_your_tools/external_tools/) tools.
77106
- **(Pro UI)** Added smart Prioritization and Risk fields to DefectDojo Pro, which can be used to more easily triage Findings based on the impact of the Product they affect. See [Priority](/en/working_with_findings/finding_priority/) documentation for more information.
78107
- **(Tools)** Updated Fortify Webinspect parser to handle Fortify's new XML report format.
79108

80-
### Apr 14, 2025: v2.45.1
109+
#### Apr 14, 2025: v2.45.1
81110

82111
- **(Connectors)** Added a Connector for Wiz: see [tools reference](/en/connecting_your_tools/connectors/connectors_tool_reference/) for configuration instructions.
83112

84-
### Apr 7, 2025: v2.45.0
113+
#### Apr 7, 2025: v2.45.0
85114

86115
- **(Pro UI)** Added Calendar view to Pro UI: Calendar view now displays Tests and Engagements, and can be filtered. Clicking on a Calendar entry now displays a more detailed description of the object.
87116
![image](images/pro_calendar_view.png)

docs/content/en/open_source/contributing/branching-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Branching model"
2+
title: "Open-Source Branching & Releases"
33
description: "How we create releases"
44
draft: false
55
weight: 3

docs/content/en/open_source/exporting.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
---
2-
title: "Exporting"
2+
title: "Export Findings"
33
description: "DefectDojo has the ability to export findings."
44
draft: false
55
weight: 12
66
---
77

8-
98
## Export Findings
109

1110
Pages that show a list of findings or a list of engagements have a CSV and Excel Export functionality in the top right dropdown menu.

docs/content/en/open_source/installation/architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Architecture"
2+
title: "Architecture (Open-Source)"
33
description: "The DefectDojo platform consists of several components that work together closely."
44
draft: false
55
weight: 1

docs/content/en/open_source/languages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Languages and lines of code"
2+
title: "Languages and lines of code (Open-Source)"
33
description: "You can import an analysis of languages used in a project, including lines of code."
44
draft: false
55
weight: 10

docs/content/en/open_source/ldap-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Authentication via LDAP"
2+
title: "Authentication via LDAP (Open-Source)"
33
description: "Authenticate users using LDAP"
44
draft: false
55
weight: 4

0 commit comments

Comments
 (0)