You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/test-helm-chart.yml
+11-6Lines changed: 11 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -26,14 +26,17 @@ jobs:
26
26
with:
27
27
python-version: 3.14# Renovate helper is not needed here
28
28
29
-
- name: Configure Helm repos
30
-
run: |-
31
-
helm dependency list ./helm/defectdojo
32
-
helm dependency update ./helm/defectdojo
29
+
# Running update is not needed for listing - it just triggers errors as soon as one of the subcharts is not in the latest version (`helm dep. update` change content of the chart)
30
+
# As soon as we would like to run more extensive tests, this can be reenabled, but this will need to be placed after "ct list-changed" command
DefectDojo Pro allows for improved organizational visualization for large lists of repositories or other business structures. See [Assets/Organizations documentation](/en/working_with_findings/organizing_engagements_tests/pro_assets_organizations/) for details.
24
+
25
+

26
+
21
27
### Finding Priority
22
28
23
29
DefectDojo Pro can pre-triage your Findings by Priority and Risk, allowing your team to identify and fix your most critical issues first.
Copy file name to clipboardExpand all lines: docs/content/en/changelog/changelog.md
+49Lines changed: 49 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,57 @@ Here are the release notes for **DefectDojo Pro (Cloud Version)**. These release
8
8
9
9
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/).
10
10
11
+
## Dec 2025: v2.53
12
+
13
+
### Dec 8, 2025: v2.53.1
14
+
15
+
***(Assets/Organizations)** Introduced overhaul to Products/Product Types, added the ability to create and diagram relationships between Assets. See [Assets/Organizations documentation](/en/working_with_findings/organizing_engagements_tests/pro_assets_organizations/) for details, and information on opting in to the Beta.
16
+
***(Findings)** Added new KEV fields for ransomware, exploits, and date handling.
17
+
18
+
### Dec 1, 2025: v2.53.0
19
+
20
+
***(Pro UI)** Added Asset Hierarchy.
21
+
***(Priority)** Priority and Risk can now be overridden manually, or through Rules Engine.
22
+
23
+
## Nov 2025: v2.52
24
+
25
+
### Nov 24, 2025: v2.52.3
26
+
27
+
***(Pro UI)** Improved error messaging for failed Imports.
28
+
***(Pro UI)** Added Engagement Tags column to Finding lists
29
+
30
+
31
+
### Nov 17, 2025: v2.52.2
32
+
33
+
* No significant feature changes.
34
+
35
+
### Nov 10, 2025: v2.52.1
36
+
37
+
***(Pro UI)** Finding view now shows all associated Endpoints, not just Active Endpoints
38
+
39
+
40
+
### Nov 3, 2025: v2.52.0
41
+
42
+
***(Pro UI)** In-app Contact Support form now requires a valid email address in your user profile.
43
+
***(Pro UI)** You can now Add Files to Findings through the Pro UI directly from Finding Lists.
44
+
***(Pro UI)** Unicode letters are now allowed in Tags.
45
+
11
46
## Oct 2025: v2.51
12
47
48
+
### Oct 27, 2025: v2.51.3
49
+
50
+
***(Tools)** Added Nuclei scan support for Smart Upload.
51
+
***(Priority)** Added Prioritization Engine to allow for configurable Priority and Risk calculations for individual Findings under a given Product.
52
+
***(Metrics)** Updated Metrics table to include Products with zero Findings (as a result of filter parameters, or otherwise).
***(Pro UI)** Added Finding Quick Report feature. Quick report allows users to quickly render an HTML report with the currently displayed Findings on a Finding table.
0 commit comments