Skip to content

Commit 8e7cc01

Browse files
authored
Merge pull request #12286 from DefectDojo/release/2.45.2
Release: Merge release into master from: release/2.45.2
2 parents 3fd00f0 + 78a8bfc commit 8e7cc01

38 files changed

+2809
-726
lines changed

components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "defectdojo",
3-
"version": "2.45.1",
3+
"version": "2.45.2",
44
"license" : "BSD-3-Clause",
55
"private": true,
66
"dependencies": {
Loading

docs/assets/images/import_scan_os.png

83.5 KB
Loading
194 KB
Loading
33.9 KB
Loading

docs/content/en/about_defectdojo/contact_defectdojo_support.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ weight: 3
88

99
Need help with DefectDojo? Here are some ways to get assistance.
1010

11+
## Open-Source Support
12+
13+
Open-Source users can receive help and advice through our community channels.
14+
15+
For Open-Source users, the quickest way to get help is through the [OWASP Slack Channel](https://owasp.org/slack/invite). Our community members are active on the **# defectdojo channel** and can help you with issues you're facing.
16+
17+
To report a bug, issues can be raised on our [GitHub](https://github.com/DefectDojo/django-DefectDojo).
18+
19+
See our [Community Site](https://defectdojo.com/community) for more information.
20+
1121
## DefectDojo Pro Support
1222

1323
DefectDojo Pro subscriptions come with full support from the DefectDojo Inc team during the initial trial period and beyond.
@@ -33,13 +43,3 @@ You can also contact our support team through your Cloud Portal:
3343
* or via **<https://cloud.defectdojo.com/resources/contact>**.
3444

3545
![image](images/contact_defectdojo_support_2.png)
36-
37-
## Open-Source Support
38-
39-
Open-Source users can receive help and advice through our community channels.
40-
41-
For Open-Source users, the quickest way to get help is through the [OWASP Slack Channel](https://owasp.org/slack/invite). Our community members are active on the **# defectdojo channel** and can help you with issues you're facing.
42-
43-
To report a bug, issues can be raised on our [GitHub](https://github.com/DefectDojo/django-DefectDojo).
44-
45-
See our [Community Site](https://defectdojo.com/community) for more information.

docs/content/en/about_defectdojo/new_user_checklist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ All of these features can be automated, and because DefectDojo can handle over 1
2222

2323
### Other guides
2424

25-
- Does your organization use Jira? Learn how to use our [Jira integration](/en/share_your_findings/jira_integration/connect_to_jira) to create Jira tickets from the data you ingest.
25+
- Does your organization use Jira? Learn how to use our [Jira integration](/en/share_your_findings/jira_guide/) to create Jira tickets from the data you ingest.
2626
- Are you expecting to share DefectDojo with many users in your organization? Check out our guides to [user management](/en/customize_dojo/user_management/about_perms_and_roles/) and set up role-based access control (RBAC).
2727
- Ready to dive into automation? Learn how to use the [DefectDojo API](/en/connecting_your_tools/import_scan_files/api_pipeline_modelling) to automatically import new data, and build a robust CI / CD pipeline.

docs/content/en/about_defectdojo/pro_features.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ DefectDojo Pro comes with many additional features. Here is list of those featu
1212
## Improved UX
1313

1414
### Pro UI
15-
DefectDojo's UI has been reworked in DefectDojo Pro to be faster, more functional and to be better at navigating through enterprise-level data volume. See our [Beta UI Guide](../ui_pro_vs_os) for more information.
15+
DefectDojo's UI has been reworked in DefectDojo Pro to be faster, more functional and to be better at navigating through enterprise-level data volume. It also includes a dark mode. See our [Beta UI Guide](../ui_pro_vs_os) for more information.
1616

1717
![image](images/enabling_deduplication_within_an_engagement_2.png)
1818

@@ -22,8 +22,14 @@ Build custom workflows and bulk actions to handle Findings and other objects. S
2222

2323
![image](images/rules_engine_4.png)
2424

25+
### Pro Dashboards and Reporting
26+
Generate [instant reports and metrics](../ui_pro_vs_os/#new-dashboards) to share the security posture of your apps and repos. Evaluate your security tools and your team's performance in addressing security issues.
27+
2528
## Streamlined import
2629

30+
### Background Imports
31+
For enterprise-level reports, DefectDojo Pro offers an optimized upload method which processes Findings in the background.
32+
2733
### CLI Tools
2834
Quickly build a command-line pipeline to import, reimport and export data to your DefectDojo Pro instance using our Universal Importer and DefectDojo CLI apps. These tools are maintained by the DefectDojo Pro team and can be run in Windows, Macintosh or Linux environments. See our [External Tools Guide](/en/connecting_your_tools/external_tools/) for more information.
2935

@@ -43,10 +49,11 @@ Supported tools for Connectors include:
4349
* SonarQube
4450
* Snyk
4551
* Tenable
52+
* Wiz
4653

4754
### Universal Parser
4855
Are you using an unsupported or customized scanning tool? Or do you just wish DefectDojo handled a report slightly differently?
4956

50-
Use DefectDojo Pro's Universal Parser to turn any .json or .csv report into an actionable set of Findings, and have DefectDojo parse the data however you like. See our [Universal Parser Guide](/en/connecting_your_tools/universal_parser/)
57+
Use DefectDojo Pro's Universal Parser to turn any .json or .csv report into an actionable set of Findings, and have DefectDojo parse the data however you like. See our [Universal Parser Guide](/en/connecting_your_tools/parsers/universal_parser/)
5158

5259
![image](images/universal_parser_3.png)

docs/content/en/changelog/changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ For Open Source release notes, please see the [Releases page on GitHub](https://
1010

1111
## Apr 2025: v2.45
1212

13+
### Apr 14, 2025: v2.45.1
14+
- **(Connectors)** Added a Connector for Wiz: see [tools reference](/en/connecting_your_tools/connectors/connectors_tool_reference/) for configuration instructions.
15+
1316
### Apr 7, 2025: v2.45.0
1417
- **(Beta UI)** Added Calendar view to Beta 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.
1518
![image](images/pro_calendar_view.png)

docs/content/en/connecting_your_tools/connectors/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "API Connectors"
2+
title: "Connectors (Pro)"
33
description: "Seamlessly connect DefectDojo to your security tools suite"
44
summary: ""
55
date: 2023-09-07T16:06:50+02:00

0 commit comments

Comments
 (0)