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
|**Automation?**| Available via API: `/reimport``/import` endpoints | Triggered from [CLI Tools](/import_data/pro/specialized_import/external_tools/) or external code | Connectors is an inherently automated feature | Available via API: `/smart_upload_import` endpoint |
Copy file name to clipboardExpand all lines: docs/content/import_data/pro/connectors/connectors_tool_reference.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -148,6 +148,28 @@ To generate a Dependency\-Track API key:
148
148
149
149
For more information, see **[Dependency\-Track Documentation](https://docs.dependencytrack.org/integrations/rest-api/)**.
150
150
151
+
## **IriusRisk**
152
+
153
+
The IriusRisk connector uses an API token to pull threat modeling data from your IriusRisk instance.
154
+
155
+
#### Prerequisites
156
+
157
+
You will need an API token from your IriusRisk account. We recommend creating a dedicated service account for DefectDojo to clearly distinguish automated activity from manual team actions.
158
+
159
+
To generate an API token in IriusRisk:
160
+
161
+
1. Log in to your IriusRisk instance.
162
+
2. Navigate to your **User Profile** in the top-right menu.
163
+
3. Select **API Token** and generate a new token.
164
+
165
+
See the [IriusRisk API documentation](https://support.iriusrisk.com/hc/en-us/categories/360001148511) for more information.
166
+
167
+
#### Connector Mappings
168
+
169
+
1. Enter your IriusRisk instance URL in the **Location URL** field. For cloud-hosted instances this is typically `https://{your-subdomain}.iriusrisk.com`. For on-premise installations, use your instance's base URL.
170
+
2. Enter your **API Token** in the **Secret** field.
171
+
3. Optionally, set a **Minimum Severity** to limit which findings are imported. Findings below the selected severity will not be imported.
172
+
151
173
## **JFrog Xray**
152
174
153
175
The JFrog Xray connector uses the JFrog Xray REST API to fetch vulnerability data from your Artifactory repositories. DefectDojo will discover all repositories in your JFrog instance and generate vulnerability reports via Xray, importing findings on a scheduled basis.
Copy file name to clipboardExpand all lines: docs/content/releases/pro/changelog.md
+21-4Lines changed: 21 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,23 @@ Here are the release notes for **DefectDojo Pro (Cloud Version)**. These release
10
10
11
11
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](/releases/os_upgrading/upgrading_guide/).
12
12
13
+
## Mar 2026: v2.56
14
+
15
+
### Mar 12, 2026: v2.56.1
16
+
17
+
***(Pro UI)** Finding Groups can now be filtered by computed status: resolved, active, or risk-accepted.
18
+
***(Users)** Filters selected on the Users List are now included when exporting to CSV, so your export reflects the current view.
19
+
***(Jira)** Basic auth failures with Jira are now surfaced as warnings, making it easier to diagnose connection issues.
20
+
21
+
### Mar 5, 2026: v2.56.0
22
+
23
+
***(API)** Restricted Note Types are now accessible via the API.
24
+
***(Connectors)** Added **IriusRisk** connector: see [tools reference](/en/connecting_your_tools/connectors/connectors_tool_reference/) for configuration instructions.
25
+
***(SAML)** SAML settings now support optional group attributes, allowing configurations that don't provide group mappings to work without errors.
26
+
***(SMTP)** Fixed an issue where DefectDojo would attempt SMTP authentication even when no credentials were configured, which could cause email delivery failures.
27
+
***(Universal Parser)** The Universal Parser now falls back to `clevercsv` for non-standard or malformed CSV files, improving compatibility with edge-case scanner outputs.
28
+
29
+
13
30
## Feb 2026: v2.55
14
31
15
32
### Feb 26, 2026: v2.55.5
@@ -97,22 +114,22 @@ No significant UX changes.
97
114
98
115
## Nov 2025: v2.52
99
116
100
-
### Nov 24, 2025: v2.52.3
117
+
####Nov 24, 2025: v2.52.3
101
118
102
119
***(Pro UI)** Improved error messaging for failed Imports.
103
120
***(Pro UI)** Added Engagement Tags column to Finding lists
104
121
105
122
106
-
### Nov 17, 2025: v2.52.2
123
+
####Nov 17, 2025: v2.52.2
107
124
108
125
* No significant feature changes.
109
126
110
-
### Nov 10, 2025: v2.52.1
127
+
####Nov 10, 2025: v2.52.1
111
128
112
129
***(Pro UI)** Finding view now shows all associated Endpoints, not just Active Endpoints
113
130
114
131
115
-
### Nov 3, 2025: v2.52.0
132
+
####Nov 3, 2025: v2.52.0
116
133
117
134
***(Pro UI)** In-app Contact Support form now requires a valid email address in your user profile.
118
135
***(Pro UI)** You can now Add Files to Findings through the Pro UI directly from Finding Lists.
0 commit comments