Skip to content

Commit 4df7d38

Browse files
authored
[docs] march pro changelog, Iriusrisk Connector documentation (#14499)
* update changelog 2.56.1 * add iriusrisk connector documentation * edit comparison.md
1 parent 0b9004b commit 4df7d38

4 files changed

Lines changed: 46 additions & 6 deletions

File tree

docs/content/import_data/import_intro/comparison.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ There are two main ways that DefectDojo can upload Finding reports.
2828

2929
| | **UI Import** | **API** | **Connectors** <span style="background-color:rgba(242, 86, 29, 0.3)">(Pro)</span> | **Smart Upload** <span style="background-color:rgba(242, 86, 29, 0.3)">(Pro)</span>|
3030
| --- | --- | --- | --- | --- |
31-
| **Supported Scan Types** | All: see [Supported Tools](/supported_tools/) | All: see [Supported Tools](/supported_tools/) | Akamai API Security, Anchore, AWS Security Hub, BurpSuite, Checkmarx ONE, Dependency-Track, JFrog Xray, Probely, Semgrep, SonarQube, Snyk, Tenable, Wiz | Nexpose, NMap, OpenVas, Qualys, Tenable |
31+
| **Supported Scan Types** | All: see [Supported Tools](/supported_tools/) | All: see [Supported Tools](/supported_tools/) | Akamai API Security, Anchore, AWS Security Hub, BurpSuite, Checkmarx ONE, Dependency-Track, IriusRisk, JFrog Xray, Probely, Semgrep, SonarQube, Snyk, Tenable, Wiz | Nexpose, NMap, OpenVas, Qualys, Tenable |
3232
| **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 |
3333

3434
### Product Hierarchy and organization

docs/content/import_data/pro/connectors/about_connectors.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ We currently support Connectors for the following tools, with more on the way:
3131
* **AWS Security Hub**
3232
* **BurpSuite**
3333
* **Checkmarx ONE**
34-
* **Dependency\-Track**
34+
* **Dependency-Track**
35+
* **IriusRisk**
3536
* **JFrog Xray**
3637
* **Probely**
3738
* **Semgrep**

docs/content/import_data/pro/connectors/connectors_tool_reference.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,28 @@ To generate a Dependency\-Track API key:
148148

149149
For more information, see **[Dependency\-Track Documentation](https://docs.dependencytrack.org/integrations/rest-api/)**.
150150

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+
151173
## **JFrog Xray**
152174

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

docs/content/releases/pro/changelog.md

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,23 @@ Here are the release notes for **DefectDojo Pro (Cloud Version)**. These release
1010

1111
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/).
1212

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+
1330
## Feb 2026: v2.55
1431

1532
### Feb 26, 2026: v2.55.5
@@ -97,22 +114,22 @@ No significant UX changes.
97114

98115
## Nov 2025: v2.52
99116

100-
### Nov 24, 2025: v2.52.3
117+
#### Nov 24, 2025: v2.52.3
101118

102119
* **(Pro UI)** Improved error messaging for failed Imports.
103120
* **(Pro UI)** Added Engagement Tags column to Finding lists
104121

105122

106-
### Nov 17, 2025: v2.52.2
123+
#### Nov 17, 2025: v2.52.2
107124

108125
* No significant feature changes.
109126

110-
### Nov 10, 2025: v2.52.1
127+
#### Nov 10, 2025: v2.52.1
111128

112129
* **(Pro UI)** Finding view now shows all associated Endpoints, not just Active Endpoints
113130

114131

115-
### Nov 3, 2025: v2.52.0
132+
#### Nov 3, 2025: v2.52.0
116133

117134
* **(Pro UI)** In-app Contact Support form now requires a valid email address in your user profile.
118135
* **(Pro UI)** You can now Add Files to Findings through the Pro UI directly from Finding Lists.

0 commit comments

Comments
 (0)