Skip to content

Commit

Permalink
Merge pull request #11392 from DefectDojo/release/2.41.1
Browse files Browse the repository at this point in the history
Release: Merge release into master from: release/2.41.1
  • Loading branch information
rossops authored Dec 9, 2024
2 parents d950cf2 + 3392027 commit 45b33b7
Show file tree
Hide file tree
Showing 243 changed files with 1,110 additions and 1,670 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/release-3-master-into-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,11 @@ jobs:
CURRENT_CHART_VERSION=$(grep -oP 'version: (\K\S*)?' helm/defectdojo/Chart.yaml | head -1)
sed -ri "0,/version/s/version: \S+/$(echo "version: $CURRENT_CHART_VERSION" | awk -F. -v OFS=. 'NF==1{print ++$NF}; NF>1{$NF=sprintf("%0*d", length($NF), ($NF+1)); print}')-dev/" helm/defectdojo/Chart.yaml
- name: Update settings SHA
run: sha256sum dojo/settings/settings.dist.py | cut -d ' ' -f1 > dojo/settings/.settings.dist.py.sha256sum

- name: Check numbers
run: |
grep version dojo/__init__.py
grep appVersion helm/defectdojo/Chart.yaml
grep version components/package.json
cat dojo/settings/.settings.dist.py.sha256sum
- name: Create upgrade notes to documentation
run: |
Expand Down Expand Up @@ -136,15 +132,11 @@ jobs:
CURRENT_CHART_VERSION=$(grep -oP 'version: (\K\S*)?' helm/defectdojo/Chart.yaml | head -1)
sed -ri "0,/version/s/version: \S+/$(echo "version: $CURRENT_CHART_VERSION" | awk -F. -v OFS=. 'NF==1{print ++$NF}; NF>1{$NF=sprintf("%0*d", length($NF), ($NF+1)); print}')-dev/" helm/defectdojo/Chart.yaml
- name: Update settings SHA
run: sha256sum dojo/settings/settings.dist.py | cut -d ' ' -f1 > dojo/settings/.settings.dist.py.sha256sum

- name: Check numbers
run: |
grep version dojo/__init__.py
grep appVersion helm/defectdojo/Chart.yaml
grep version components/package.json
cat dojo/settings/.settings.dist.py.sha256sum
- name: Push version changes
uses: stefanzweifel/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "defectdojo",
"version": "2.41.0",
"version": "2.41.1",
"license" : "BSD-3-Clause",
"private": true,
"dependencies": {
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/images/About_In-App_Alerts.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/images/About_In-App_Alerts_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/images/Bulk_Editing_Findings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/images/Bulk_Editing_Findings_2.png
Binary file added docs/assets/images/Bulk_Editing_Findings_3.png
Binary file added docs/assets/images/Bulk_Editing_Findings_4.png
Binary file added docs/assets/images/Bulk_Editing_Findings_5.png
Binary file added docs/assets/images/Creating_Findings_Manually.png
Binary file added docs/assets/images/Creating_Issues_in_Jira.png
Binary file added docs/assets/images/Creating_Issues_in_Jira_3.png
Binary file added docs/assets/images/Creating_Issues_in_Jira_4.png
Binary file added docs/assets/images/Creating_Issues_in_Jira_5.png
Binary file added docs/assets/images/Editing_Findings.png
Binary file added docs/assets/images/Editing_Findings_2.png
Binary file added docs/assets/images/Finding_Status_Definitions.png
Binary file added docs/assets/images/Introduction_to_Findings.png
Binary file added docs/assets/images/Product_Hierarchy_Overview.png
Binary file added docs/assets/images/Risk_Acceptances.png
Binary file added docs/assets/images/Risk_Acceptances_2.png
Binary file added docs/assets/images/Risk_Acceptances_3.png
Binary file added docs/assets/images/Risk_Acceptances_4.png
Binary file added docs/assets/images/Set_a_User's_Permissions.png
Binary file added docs/assets/images/Set_a_User's_Permissions_6.png
Binary file added docs/assets/images/Using_Custom_Fields.png
Binary file added docs/assets/images/Using_Custom_Fields_2.png
Binary file added docs/assets/images/Using_the_Cloud_Manager.png
Binary file added docs/assets/images/Using_the_Cloud_Manager_2.png
Binary file added docs/assets/images/Using_the_Cloud_Manager_3.png
Binary file added docs/assets/images/Using_the_Report_Builder.png
Binary file added docs/assets/images/Using_the_Report_Builder_3.png
Binary file added docs/assets/images/Using_the_Report_Builder_4.png
Binary file added docs/assets/images/Using_the_Report_Builder_6.png
Binary file added docs/assets/images/_index.png
Binary file added docs/assets/images/add_edit_connectors.png
Binary file added docs/assets/images/add_edit_connectors_2.png
Binary file added docs/assets/images/add_edit_connectors_3.png
Binary file added docs/assets/images/api-token.png
Binary file added docs/assets/images/api_pipeline_modelling.png
Binary file added docs/assets/images/connectors_tool_reference.png
Binary file added docs/assets/images/contact_defectdojo_support.png
Binary file added docs/assets/images/external-tools.png
Binary file added docs/assets/images/import_scan_ui.png
Binary file added docs/assets/images/manage_records.png
Binary file added docs/assets/images/manage_records_2.jpg
Binary file added docs/assets/images/operations_discover.png
Binary file added docs/assets/images/operations_discover_2.png
Binary file added docs/assets/images/operations_discover_3.png
Binary file added docs/assets/images/operations_page.png
Binary file added docs/assets/images/operations_sync.png
Binary file added docs/assets/images/request_a_trial.png
Binary file added docs/assets/images/request_a_trial_2.png
Binary file added docs/assets/images/request_a_trial_3.png
Binary file added docs/assets/images/request_a_trial_4.png
Binary file added docs/assets/images/request_a_trial_5.png
Binary file added docs/assets/images/request_a_trial_6.png
Binary file added docs/assets/images/request_a_trial_7.png
Binary file added docs/assets/images/request_a_trial_mg.png
Binary file added docs/assets/images/run_operations_manually.png
Binary file added docs/assets/images/run_operations_manually_2.png
Binary file added docs/assets/images/smart_upload.png
Binary file added docs/assets/images/smart_upload_2.png
Binary file added docs/assets/images/smart_upload_3.png
Binary file added docs/assets/images/using_reimport.png
Binary file added docs/assets/images/using_reimport_2.png
Binary file added docs/assets/images/using_reimport_3.png
Binary file added docs/assets/images/using_the_cloud_manager_5.png
Binary file added docs/assets/images/using_the_cloud_manager_6.png
6 changes: 0 additions & 6 deletions docs/config.dev.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,6 @@ weight = 1
pre = "<i class='fab fa-github'></i>"
url = "https://github.com/DefectDojo/django-DefectDojo"

[[menu.main]]
name = "Knowledge Base"
weight = 50
pre = "<i class='fas fa-atlas'></i>"
url = "https://support.defectdojo.com"

[markup]
[markup.goldmark]
[markup.goldmark.renderer]
Expand Down
19 changes: 11 additions & 8 deletions docs/content/en/about_defectdojo/contact_defectdojo_support.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,29 @@ pro-feature: true
weight: 3
---

For DefectDojo Pro users, DefectDojo's Support team can be contacted in a variety of ways.
DefectDojo Pro subscriptions come with full support from the DefectDojo Inc team during the initial trial period and beyond.

## Contacting Support via Email
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.

Customers / Pro Users can always email our team directly at [[email protected]](mailto:[email protected]).
# Accessing Pro Support
### Email

## Contacting Support through the DefectDojo app
Customers / Pro Users can always email our team directly at [[email protected]](mailto:[email protected]) for assistance.

### Within DefectDojo

You can contact us through the DefectDojo App:

* by opening **Cloud Manager \> Contact Support** from the left sidebar**,**
* by opening **Cloud Manager \> Contact Support** from the left sidebar
* or through **{your\-instance}.defectdojo.com/cloud\_portal/support**.

![Where to find the 'Contact Support' link in DefectDojo](https://defectdojo-inc.intercom-attachments-7.com/i/o/854681122/eca2271b89d62b943e80923b/gpUG1R_oppB0eO2XyzCludfqxjYCFT4xodToow7IBc-GE7zeXNc3CrGAtHCnLBMSAiFs5PRIcW6V58B6kHAxpKRado9NGjU3sBVbXQFCi2X1zNMfr0Xx8jgNED7ZCvt1bQWe83g47pnFcaPZ9L2oEs8?expires=1729720800&signature=74a5200740953f712cfcb0ed6145ac3ad5657bc5974e2e23e62ce5b13032272c&req=fCUjEMF%2FnINdFb4f3HP0gBxcVTY7O4IHl0%2Bn%2BVAfJVMzuNg%2FYQxvJl0daCy2%0AD6E%3D%0A)
![image](images/contact_defectdojo_support.png)

## Contact Support through the DefectDojo Cloud Portal
### Through the Cloud Portal

You can also contact our support team through your Cloud Portal:

* by clicking on **Contact Us** (on the left sidebar)
* or via **<https://cloud.defectdojo.com/resources/contact>**.

![](https://downloads.intercomcdn.com/i/o/850350549/9183fa1703512f79f83a561b/Screenshot+2023-10-10+at+3.30.51+PM.png?expires=1729720800&signature=e6e5cda5d17f233575c7d5267d79de63210a1184a56e1c6d34468883a4c21817&req=fCUnFcx%2BmIVWFb4f3HP0gKi3DGFot4w4iwNAwMDaVsacaQIz63318wb%2BRw7J%0AOFM%3D%0A)
![image](images/contact_defectdojo_support_2.png)
72 changes: 19 additions & 53 deletions docs/content/en/about_defectdojo/request_a_trial.md
Original file line number Diff line number Diff line change
@@ -1,101 +1,67 @@
---
title: "Request a Trial"
title: "Request a DefectDojo Pro Trial"
description: "How to request and work with a trial of DefectDojo Cloud"
draft: "false"
weight: 4
pro-feature: true
---


If your team requires an on\-premise DefectDojo installation, please connect with our Sales team by emailing \-\> [[email protected]](mailto:[email protected]) . This trial setup process only applies to DefectDojo Cloud users.


All DefectDojo plans include a free 2\-week trial, which you can use to evaluate our software. DefectDojo Trial instances are fully\-featured and can be immediately converted to our team into paid instances \- no need to set everything up again, or reupload any data when your trial period ends.



# **Requesting your Trial**


In order to sign up for the trial, you'll need to complete the process at <https://www.defectdojo.com/pricing>.



At the end of this process, you'll be put in touch with our Sales team, who will follow up to receive your billing information, and authorize and set up your company's trial instance.

# **Requesting your Trial**

In order to sign up for a trial, you'll need to create an account on our Cloud Portal, and then click the New Subscription menu option from the sidebar.

## Step 1: Select a Plan


DefectDojo offers 4 plan tiers: Entry, Team, Business and Enterprise. For more information on these plan tiers, see <https://www.defectdojo.com/pricing>.
![image](images/request_a_trial_mg.png)

## Step 1: Welcome
Click Continue to begin setting up your instance.

![image](images/request_a_trial.png)

## Step 2: Enter your Company Information \& create your Domain


Enter your company's **Name** and the **Server Label** you want to use with DefectDojo. You will then have a custom domain created for your DefectDojo instance on our servers.



![image](images/request_a_trial_2.png)

Normally, DefectDojo will name your domain according to your Company Name., but if you select "Use Server Label in Domain", DefectDojo will instead label your domain according to the Server Label you chose. This approach may be preferred if you plan to use multiple DefectDojo instances (such as a Production instance and a Test instance, for example). Please contact our Sales team \-\> [[email protected]](mailto:[email protected]) if you require multiple instances.



![](https://downloads.intercomcdn.com/i/o/860988422/eedc579b6677431286d65848/Screenshot+2023-10-24+at+1.40.08+PM.png?expires=1729720800&signature=a5d0777d68939399aaa5ec509c17ed2d416c1ec2a6bf522f1975ba9081556b02&req=fCYnH8F2mYNdFb4f3HP0gE8a9ArLlDRdCgEOOG%2FhF1RTkIUw7Ito80YJSY0l%0AHKg%3D%0A)

## Step 3: Select a Server Location


Select a Server Location from the drop\-down menu. We recommend selecting a server that is geographically closest to the main DefectDojo team to reduce server latency.



![](https://downloads.intercomcdn.com/i/o/876540337/a0a35dcc0d6133d9920ae351/Screenshot+2023-11-06+at+10.52.31+AM.png?expires=1729720800&signature=ca343d1908f901d445fd42e4a6ad36bf5423fe11f5f5499330f12d5bcbb673f8&req=fCchE81%2BnoJYFb4f3HP0gEQv7p4cu3PEeMC%2F7lhGIjWslFuLY7y9ydfxMon8%0AEqc%3D%0A)
![image](images/request_a_trial_3.png)

## Step 4: Configure your Firewall Rules


Enter the IP address ranges, subnet mask and labels that you want to allow to access DefectDojo. Additional IP addresses and rules can be added or changed by your team after your instance is up and running.

![image](images/request_a_trial_4.png)


![](https://downloads.intercomcdn.com/i/o/861008661/a96af61112ab368531e5cea3/Screenshot+2023-10-24+at+2.03.54+PM.png?expires=1729720800&signature=dd429751626344d5acdbc978075350b93c1eee4e08b19a7e2600acc32ef5af09&req=fCYmFsl2m4deFb4f3HP0gC9i9UC9KLwQAM03VQIh7iIX1Mte7ZuJem%2FMasGI%0AMOs%3D%0A)
If you want to use external services with DefectDojo (GitHub or JIRA), check the appropriate boxes listed under **Select External Services.**



![](https://downloads.intercomcdn.com/i/o/861010228/9af57d1dbc88ec8eb1aba838/Screenshot+2023-10-24+at+2.05.17+PM.png?expires=1729720800&signature=4de093e7d6e8eb2868d8827d43b21e3fdcca811d54129281312ed2046e8f436b&req=fCYmFsh%2Bn4NXFb4f3HP0gESMYM2ZnzQC0Fiw%2BtpOyJtEyhzu2iwxkZDcgD8G%0AOt8%3D%0A)

## Step 4: Confirm your Plan type and Billing Frequency

## Step 5: Confirm your Plan type and Billing Frequency

Before you complete the process, please confirm the plan you want to use along with your billing frequency \- monthly or annually.

![image](images/request_a_trial_5.png)

## Step 6: Review and Submit your Request

![](https://downloads.intercomcdn.com/i/o/876543637/6e37d8e254905d129b0db4e9/Screenshot+2023-11-06+at+12.50.04+PM.png?expires=1729720800&signature=71aa69825544e058bf464482c7a705d822cabe57df3d147383cd6f78606e2e2d&req=fCchE819m4JYFb4f3HP0gA6Fk0%2FefI4ZjPtNpPBBX2TaKmf7JCyejxcfyEyq%0Asw0%3D%0A)
We'll prompt you to look over your request one more time. Once submitted, only Firewall rules can be changed by your team without assistance from Support. To contact Support, please email [[email protected]](mailto:[email protected]) or follow the instructions in [this article](https://docs.defectdojo.com/en/about_defectdojo/contact_defectdojo_support/).

## Step 5: Review and Submit your Request
![image](images/request_a_trial_6.png)

After reviewing and accepting DefectDojo's License and Support Agreement, you can click **Checkout With Stripe** or **Contact Sales**.

We'll prompt you to look over your request one more time. Once submitted, only Firewall rules can be changed by your team without assistance from Support. To contact Support, please email [[email protected]](mailto:[email protected]) or follow the instructions in [this article](https://support.defectdojo.com/en/articles/8461544-contact-defectdojo-support).



![](https://downloads.intercomcdn.com/i/o/862067499/929fb73dfcda5759f44d5fe7/Screenshot+2023-10-25+at+3.41.42+PM.png?expires=1729720800&signature=c5c2efdb7cf11724b8e74e0193d63aab8cb6fdd479f5f05a385156dd4ce3f3fc&req=fCYlFs95mYhWFb4f3HP0gF2vZoT3mHEx2TF3mhg3tv%2FwJLi00MGhyKfgGvLa%0AiTI%3D%0A)
After reviewing and accepting DefectDojo's License and Support Agreement, you can click **Proceed To Checkout,** or **Meet The Creators.**



* Proceed To Checkout will take you to a Stripe page where you can enter your billing information.
* If you do not wish to enter your billing info at this time, you can click Meet The Creators \- our Sales team will be in touch to set up your trial.

* Checkout With Stripe will take you to a Stripe page where you can enter your billing information.
* If you do not wish to enter your billing info at this time, you can click Contact Sales - our Sales team will be in touch to set up your trial.

# Once your trial has been approved


Our Support team will send you a Welcome email with links to access your DefectDojo instance. You can always reach out to [[email protected]](mailto:[email protected]) for product assistance once your trial begins.

Our Support team will send you a Welcome email with links and an initial password to access your DefectDojo instance. You can always reach out to [[email protected]](mailto:[email protected]) for product assistance once your trial begins.
1 change: 0 additions & 1 deletion docs/content/en/changelog/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ For Open Source release notes, please see the [Releases page on GitHub](https://
- **(Classic UI)** Reviewers are now displayed on Finding pages.
- **(Docs)** New integrated docs site: https://docs.defectdojo.com/


## Nov 25, 2024: v2.40.4

- **(Beta UI)** Improved Metadata tables with Parent object relationships for Products, Engagements, Tests, Findings, Endpoints/Hosts
Expand Down
77 changes: 0 additions & 77 deletions docs/content/en/cloud_management/Using the Cloud Manager.md

This file was deleted.

Loading

0 comments on commit 45b33b7

Please sign in to comment.