Skip to content

Commit b14b99f

Browse files
paulOsinskiPaul Osinski
andauthored
Async Deprecation Notice + additional docs changes (#11874)
* add deprecation notice for OS async import * add 'contact support' to top menu * update changelog: 2.43.4 --------- Co-authored-by: Paul Osinski <paul.m.osinski@gmail.com>
1 parent 400437f commit b14b99f

File tree

4 files changed

+27
-5
lines changed

4 files changed

+27
-5
lines changed

docs/config/_default/menus/menus.en.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
url = "/en/about_defectdojo/pro_features"
1414
weight = 11
1515

16+
[[main]]
17+
name = "Support"
18+
url = "/en/about_defectdojo/contact_defectdojo_support"
19+
weight = 11
20+
1621
[[social]]
1722
name = "X"
1823
pre = '<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-brand-x" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M4 4l11.733 16h4.267l-11.733 -16z"></path><path d="M4 20l6.768 -6.768m2.46 -2.46l6.772 -6.772"></path></svg>'

docs/content/en/about_defectdojo/contact_defectdojo_support.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ pro-feature: true
66
weight: 3
77
---
88

9-
DefectDojo Pro subscriptions come with full support from the DefectDojo Inc team during the initial trial period and beyond.
9+
Need help with DefectDojo? Here are some ways to get assistance.
10+
11+
## DefectDojo Pro Support
1012

11-
Open Source users can receive assistance via the OWASP [Slack Channel](https://owasp.org/slack/invite), or on [GitHub](https://github.com/DefectDojo/django-DefectDojo). See our [Community Site](https://defectdojo.com/community) for more information.
13+
DefectDojo Pro subscriptions come with full support from the DefectDojo Inc team during the initial trial period and beyond.
1214

13-
# Accessing Pro Support
1415
### Email
1516

1617
Customers / Pro Users can always email our team directly at [support@defectdojo.com](mailto:support@defectdojo.com) for assistance.
@@ -31,4 +32,14 @@ You can also contact our support team through your Cloud Portal:
3132
* by clicking on **Contact Us** (on the left sidebar)
3233
* or via **<https://cloud.defectdojo.com/resources/contact>**.
3334

34-
![image](images/contact_defectdojo_support_2.png)
35+
![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/changelog/changelog.md

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

1111
## Feb 2025: v2.43
1212

13+
### Feb 24, 2025: v2.43.4
14+
15+
- **(API)** API can now filter Findings by tag using AND, in addition to OR. This can be done with the `tags__and` API filter.
16+
- **(Connectors)** Users of AWS Security Hub, Snyk can now set a minimum Severity level for Findings to limit the amount of data imported via Connector. Findings below the minimum Severity level will not be imported. If Minimum Severity is changed, existing Findings below the new Minimum Severity will be Closed (not deleted).
17+
- **(Pro Metrics)** Tool Insights can now be filtered with specific Date values, rather than simply 'past 30 days', etc.
18+
1319
### Feb 19, 2025: v2.43.3
1420

1521
- **(API)** `/audit_log` has been added as an API endpoint for DefectDojo Pro, which can return a JSON report of all user activity, or filter by object ID. <span style="background-color:rgba(242, 86, 29, 0.5)">(Pro)</span>

docs/content/en/open_source/installation/running-in-production.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ and see what is in effect.
7979

8080
#### Asynchronous Import
8181

82-
**Please note: Asynchronous Import is currently an experimental feature. Please exercise caution with this method as results may be inconsistent.**
82+
<span style="background-color:rgba(242, 86, 29, 0.3)">This experimental feature has been deprecated as of DefectDojo 2.44.0 (March release). Please exercise caution if using this feature with an older version of DefectDojo, as results may be inconsistent.</span>
8383

8484
Import and Re-Import can also be configured to handle uploads asynchronously to aid in
8585
processing especially large scans. It works by batching Findings and Endpoints by a

0 commit comments

Comments
 (0)