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.
Copy file name to clipboardExpand all lines: docs/content/en/customize_dojo/user_management/configure_sso.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,7 +133,7 @@ The Azure AD token need to be configured to include Group IDs. Without this step
133
133
To update the format of the token, add a [Group Claim](https://learn.microsoft.com/en-us/entra/identity/hybrid/connect/how-to-connect-fed-group-claims) that applies to whatever Group type you are using.
134
134
If unsure of what type that is, select `All Groups`. Do not activate `Emit groups as role claims` within the Azure AD "Token configuration" page.
135
135
136
-
Application API permissions need to be updated with the `Group.Read.All` permission so that groups can be read on behalf of the user that has successfully signed in.
136
+
Application API permissions need to be updated with the `GroupMember.Read.All` or `Group.Read.All` permission so that groups can be read on behalf of the user that has successfully signed in. `GroupMember.Read.All` is recommended as this grants the application fewer permissions.
137
137
138
138
##### Group Cleaning
139
139
@@ -169,7 +169,7 @@ The Azure AD token returned by Azure will also need to be configured to include
169
169
170
170
If unsure of what type that is, select `All Groups`. Do not activate `Emit groups as role claims` within the Azure AD "Token configuration" page.
171
171
172
-
Application API permissions need to be updated with the `Group.Read.All` permission so that groups can be read on behalf of the user that has successfully signed in.
172
+
Application API permissions need to be updated with the `GroupMember.Read.All` or `Group.Read.All` permission so that groups can be read on behalf of the user that has successfully signed in. `GroupMember.Read.All` is recommended as this grants the application fewer permissions.
173
173
174
174
To limit the amount of groups imported from Azure AD, a regular expression can be used as the following:
0 commit comments