Skip to content

Commit 9e16088

Browse files
Automatic Numberingof Engagements
2 parents 93f0f4d + 8e64002 commit 9e16088

36 files changed

Lines changed: 13297 additions & 13138 deletions

.github/workflows/test-helm-chart.yml

Lines changed: 200 additions & 200 deletions
Large diffs are not rendered by default.

components/package.json

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,42 @@
1-
{
2-
"name": "defectdojo",
3-
"version": "2.53.1",
4-
"license" : "BSD-3-Clause",
5-
"private": true,
6-
"dependencies": {
7-
"JUMFlot": "jumjum123/JUMFlot#*",
8-
"bootstrap": "^3.4.1",
9-
"bootstrap-select": "^1.13.18",
10-
"bootstrap-social": "^4.0.0",
11-
"bootstrap-wysiwyg": "^2.0.0",
12-
"chosen-bootstrap": "https://github.com/dbtek/chosen-bootstrap",
13-
"chosen-js": "^1.8.7",
14-
"clipboard": "^2.0.11",
15-
"datatables.net": "^2.3.5",
16-
"datatables.net-buttons-bs": "^3.2.5",
17-
"datatables.net-colreorder": "^2.1.2",
18-
"drmonty-datatables-plugins": "^1.0.0",
19-
"drmonty-datatables-responsive": "^1.0.0",
20-
"easymde": "^2.20.0",
21-
"flot": "flot/flot#~0.8.3",
22-
"font-awesome": "^4.0.0",
23-
"fullcalendar": "^3.10.2",
24-
"google-code-prettify": "^1.0.0",
25-
"jquery": "^3.7.1",
26-
"jquery-highlight": "3.5.0",
27-
"jquery-ui": "1.14.1",
28-
"jquery.cookie": "1.4.1",
29-
"jquery.flot.tooltip": "^0.9.0",
30-
"jquery.hotkeys": "jeresig/jquery.hotkeys#master",
31-
"jszip": "^3.10.1",
32-
"justgage": "^1.7.0",
33-
"metismenu": "~3.0.7",
34-
"moment": "^2.30.1",
35-
"morris.js": "morrisjs/morris.js",
36-
"pdfmake": "^0.2.20",
37-
"startbootstrap-sb-admin-2": "1.0.7"
38-
},
39-
"engines": {
40-
"yarn": ">= 1.0.0"
41-
}
42-
}
1+
{
2+
"name": "defectdojo",
3+
"version": "2.53.1",
4+
"license" : "BSD-3-Clause",
5+
"private": true,
6+
"dependencies": {
7+
"JUMFlot": "jumjum123/JUMFlot#*",
8+
"bootstrap": "^3.4.1",
9+
"bootstrap-select": "^1.13.18",
10+
"bootstrap-social": "^4.0.0",
11+
"bootstrap-wysiwyg": "^2.0.0",
12+
"chosen-bootstrap": "https://github.com/dbtek/chosen-bootstrap",
13+
"chosen-js": "^1.8.7",
14+
"clipboard": "^2.0.11",
15+
"datatables.net": "^2.3.5",
16+
"datatables.net-buttons-bs": "^3.2.5",
17+
"datatables.net-colreorder": "^2.1.2",
18+
"drmonty-datatables-plugins": "^1.0.0",
19+
"drmonty-datatables-responsive": "^1.0.0",
20+
"easymde": "^2.20.0",
21+
"flot": "flot/flot#~0.8.3",
22+
"font-awesome": "^4.0.0",
23+
"fullcalendar": "^3.10.2",
24+
"google-code-prettify": "^1.0.0",
25+
"jquery": "^3.7.1",
26+
"jquery-highlight": "3.5.0",
27+
"jquery-ui": "1.14.1",
28+
"jquery.cookie": "1.4.1",
29+
"jquery.flot.tooltip": "^0.9.0",
30+
"jquery.hotkeys": "jeresig/jquery.hotkeys#master",
31+
"jszip": "^3.10.1",
32+
"justgage": "^1.7.0",
33+
"metismenu": "~3.0.7",
34+
"moment": "^2.30.1",
35+
"morris.js": "morrisjs/morris.js",
36+
"pdfmake": "^0.2.20",
37+
"startbootstrap-sb-admin-2": "1.0.7"
38+
},
39+
"engines": {
40+
"yarn": ">= 1.0.0"
41+
}
42+
}
Lines changed: 119 additions & 119 deletions
Original file line numberDiff line numberDiff line change
@@ -1,120 +1,120 @@
1-
---
2-
title: "About Our Documentation"
3-
date: 2021-02-02T20:46:29+01:00
4-
draft: false
5-
type: docs
6-
weight: 1
7-
---
8-
9-
![image](images/dashboard.png)
10-
11-
12-
<span style="background-color:rgba(242, 86, 29, 0.3)">DefectDojo Inc. and open-source contributors maintain this documentation to support both the Community and Pro editions of DefectDojo.</span>
13-
14-
## What is DefectDojo?
15-
16-
DefectDojo is a Developer Security Operations (DevSecOps) platform. DefectDojo streamlines DevSecOps by serving as an automatic aggregator for your suite of security tools, allowing you to easily organize your security work and report your organization’s security posture to other stakeholders.
17-
18-
While security process automation and integrated development pipelines are the end goals of DefectDojo, at its core this software is a bug tracker for security vulnerabilities, which is meant to ingest, organize and standardize reports from many security tools.
19-
20-
### What does DefectDojo do?
21-
22-
DefectDojo has smart features to enhance and tune the results from your security tools, including the ability to:
23-
24-
- Track and report on security Findings in context
25-
- Enforce SLAs in context
26-
- Handle False Positives, Risk Acceptances and other triage decisions
27-
- Distill duplicates using DefectDojo's deduplication algorithm
28-
- Integrate with external Project Tracking software.
29-
- Provide metrics/reports across repositories and development branches using CI/CD integration.
30-
- Coordinate traditional Pen test management.
31-
- Set and enforce SLAs for vulnerability remediation procedures.
32-
- Create and track Risk Acceptances for security vulnerabilities.
33-
34-
Ultimately, DefectDojo's Product:Engagement model allows you to take inventory of your development environment and immediately place new security Findings in context.
35-
36-
---
37-
Here are some examples of ways DefectDojo can be implemented, with DefectDojo co-founder and CTO Matt Tesauro:
38-
<iframe width="560" height="315" src="https://www.youtube.com/embed/44vv-KspHBs?si=OwfGHs2VTQ886-FB" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
39-
40-
---
41-
42-
## DefectDojo Open-Source
43-
44-
DefectDojo's core functionality is available in DefectDojo Open-Source.
45-
46-
This edition of DefectDojo includes:
47-
48-
- Import/Reimport for all 200+ Supported Tools
49-
- REST API
50-
- Deduplication features
51-
- Limited UI, metrics and reporting features
52-
- Jira integration capability
53-
54-
For teams managing a smaller volume of Findings, DefectDojo Open-Source is a great starting point.
55-
56-
### Installation Guides
57-
58-
There are a few supported ways to install DefectDojo’s Open-Source edition ([available on Github](https://github.com/DefectDojo/django-DefectDojo)):
59-
60-
[Docker Compose](https://github.com/DefectDojo/django-DefectDojo/blob/master/readme-docs/DOCKER.md) is the easiest method to install the core program and services required to run DefectDojo.
61-
Our [Architecture](https://docs.defectdojo.com/en/open_source/installation/architecture/) guide gives you an overview of each service and component used by DefectDojo.
62-
[Running In Production](https://docs.defectdojo.com/en/open_source/installation/running-in-production/) lists system requirements, performance tweaks and maintenance processes for running DefectDojo on a production server (with Docker Compose).
63-
64-
Kubernetes is not fully supported at the Open-Source level, but this guide can be referenced and used as a starting point to integrate DefectDojo into Kubernetes architecture.
65-
66-
If you run into trouble with an Open-Source install, we highly recommend asking questions on the [OWASP Slack](https://owasp.org/slack/invite). Our community members are active on the #defectdojo channel and can help you with issues you’re facing.
67-
68-
## 🟧 DefectDojo Pro Edition
69-
70-
<iframe width="560" height="315" src="https://www.youtube.com/embed/XUES0mCCGOI?si=2GEnd1iHlLcQE0R3" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
71-
72-
DefectDojo Inc. hosts a Pro edition of this software for commercial purposes. Along with a sleek, modern UI, DefectDojo Pro includes:
73-
74-
* [Connectors](/en/connecting_your_tools/connectors/about_connectors/): out-of-the-box API integrations with enterprise-level scanners (such as Checkmarx One, BurpSuite, Semgrep and more)
75-
* **Configurable Import Methods**: [Universal Parser](/supported_tools/parsers/universal_parser/), [Smart Upload](/en/connecting_your_tools/import_scan_files/smart_upload/)
76-
* **[CLI Tools](/en/connecting_your_tools/external_tools/)** for rapid integration with your systems
77-
* **[Additional Project Tracking Integrations](/en/share_your_findings/integrations/)**: ServiceNow, Azure DevOps, GitHub and GitLab
78-
* **[Improved Metrics](/en/customize_dojo/dashboards/pro_dashboards/)** for executive reporting and high-level analysis
79-
* **[Priority And Risk](/en/working_with_findings/finding_priority/)** to identify the Findings of highest urgency, system-wide
80-
* **Premium Support** and implementation guidance for your organization
81-
82-
The Pro edition is available as a cloud-hosted SaaS offering, and is also available for installation on-premises.
83-
84-
For more information on DefectDojo Pro, check out our [Pricing page](https://defectdojo.com/pricing).
85-
86-
## Online Demos
87-
88-
Online demos for both Open-Source and Pro versions of DefectDojo are available. Both can be accessed using the following credentials:
89-
90-
- Username: `admin`
91-
- Password: `1Defectdojo@demo#appsec`
92-
93-
These demos come loaded with sample data, and are reset on a daily basis.
94-
95-
### Open-Source Demo
96-
97-
A running example of DefectDojo (Open-Source Edition) is available at [https://demo.defectdojo.org/](https://demo.defectdojo.org/).
98-
99-
### Pro Demo
100-
101-
A running example of DefectDojo Pro is available at
102-
[https://pro.demo.defectdojo.com/](https://pro.demo.defectdojo.com/).
103-
104-
## Learning DefectDojo
105-
106-
Whether you’re a Pro or an Open-Source user, we have many resources to help you get started with DefectDojo.
107-
108-
* Our [New User Checklist](/en/about_defectdojo/new_user_checklist/) covers the fundamentals of setting up your DefectDojo environment and establishing your import, triage and reporting workflows.
109-
* Review our supported [security tool integrations](/en/connecting_your_tools/parsers/) to help fit DefectDojo in your DevSecOps program.
110-
* Our team maintains a [YouTube Channel](https://www.youtube.com/@defectdojo) which hosts tutorials, archived Office Hours events, and other content.
111-
112-
## Connect With Us
113-
114-
To get in touch with the DefectDojo Inc team, you can always reach out to [hello@defectdojo.com](mailto:hello@defectdojo.com).
115-
116-
We regularly on [LinkedIn](https://www.linkedin.com/company/33245534) and also host online presentations for AppSec professionals that can be accessed live or on demand. You can learn about upcoming events on our [Events page](https://defectdojo.com/events) or watch past presentations on our [YouTube Channel](https://www.youtube.com/@defectdojo).
117-
118-
### Stickers
119-
1+
---
2+
title: "About Our Documentation"
3+
date: 2021-02-02T20:46:29+01:00
4+
draft: false
5+
type: docs
6+
weight: 1
7+
---
8+
9+
![image](images/dashboard.png)
10+
11+
12+
<span style="background-color:rgba(242, 86, 29, 0.3)">DefectDojo Inc. and open-source contributors maintain this documentation to support both the Community and Pro editions of DefectDojo.</span>
13+
14+
## What is DefectDojo?
15+
16+
DefectDojo is a Developer Security Operations (DevSecOps) platform. DefectDojo streamlines DevSecOps by serving as an automatic aggregator for your suite of security tools, allowing you to easily organize your security work and report your organization’s security posture to other stakeholders.
17+
18+
While security process automation and integrated development pipelines are the end goals of DefectDojo, at its core this software is a bug tracker for security vulnerabilities, which is meant to ingest, organize and standardize reports from many security tools.
19+
20+
### What does DefectDojo do?
21+
22+
DefectDojo has smart features to enhance and tune the results from your security tools, including the ability to:
23+
24+
- Track and report on security Findings in context
25+
- Enforce SLAs in context
26+
- Handle False Positives, Risk Acceptances and other triage decisions
27+
- Distill duplicates using DefectDojo's deduplication algorithm
28+
- Integrate with external Project Tracking software.
29+
- Provide metrics/reports across repositories and development branches using CI/CD integration.
30+
- Coordinate traditional Pen test management.
31+
- Set and enforce SLAs for vulnerability remediation procedures.
32+
- Create and track Risk Acceptances for security vulnerabilities.
33+
34+
Ultimately, DefectDojo's Product:Engagement model allows you to take inventory of your development environment and immediately place new security Findings in context.
35+
36+
---
37+
Here are some examples of ways DefectDojo can be implemented, with DefectDojo co-founder and CTO Matt Tesauro:
38+
<iframe width="560" height="315" src="https://www.youtube.com/embed/44vv-KspHBs?si=OwfGHs2VTQ886-FB" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
39+
40+
---
41+
42+
## DefectDojo Open-Source
43+
44+
DefectDojo's core functionality is available in DefectDojo Open-Source.
45+
46+
This edition of DefectDojo includes:
47+
48+
- Import/Reimport for all 200+ Supported Tools
49+
- REST API
50+
- Deduplication features
51+
- Limited UI, metrics and reporting features
52+
- Jira integration capability
53+
54+
For teams managing a smaller volume of Findings, DefectDojo Open-Source is a great starting point.
55+
56+
### Installation Guides
57+
58+
There are a few supported ways to install DefectDojo’s Open-Source edition ([available on Github](https://github.com/DefectDojo/django-DefectDojo)):
59+
60+
[Docker Compose](https://github.com/DefectDojo/django-DefectDojo/blob/master/readme-docs/DOCKER.md) is the easiest method to install the core program and services required to run DefectDojo.
61+
Our [Architecture](https://docs.defectdojo.com/en/open_source/installation/architecture/) guide gives you an overview of each service and component used by DefectDojo.
62+
[Running In Production](https://docs.defectdojo.com/en/open_source/installation/running-in-production/) lists system requirements, performance tweaks and maintenance processes for running DefectDojo on a production server (with Docker Compose).
63+
64+
Kubernetes is not fully supported at the Open-Source level, but this guide can be referenced and used as a starting point to integrate DefectDojo into Kubernetes architecture.
65+
66+
If you run into trouble with an Open-Source install, we highly recommend asking questions on the [OWASP Slack](https://owasp.org/slack/invite). Our community members are active on the #defectdojo channel and can help you with issues you’re facing.
67+
68+
## 🟧 DefectDojo Pro Edition
69+
70+
<iframe width="560" height="315" src="https://www.youtube.com/embed/XUES0mCCGOI?si=2GEnd1iHlLcQE0R3" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
71+
72+
DefectDojo Inc. hosts a Pro edition of this software for commercial purposes. Along with a sleek, modern UI, DefectDojo Pro includes:
73+
74+
* [Connectors](/en/connecting_your_tools/connectors/about_connectors/): out-of-the-box API integrations with enterprise-level scanners (such as Checkmarx One, BurpSuite, Semgrep and more)
75+
* **Configurable Import Methods**: [Universal Parser](/supported_tools/parsers/universal_parser/), [Smart Upload](/en/connecting_your_tools/import_scan_files/smart_upload/)
76+
* **[CLI Tools](/en/connecting_your_tools/external_tools/)** for rapid integration with your systems
77+
* **[Additional Project Tracking Integrations](/en/share_your_findings/integrations/)**: ServiceNow, Azure DevOps, GitHub and GitLab
78+
* **[Improved Metrics](/en/customize_dojo/dashboards/pro_dashboards/)** for executive reporting and high-level analysis
79+
* **[Priority And Risk](/en/working_with_findings/finding_priority/)** to identify the Findings of highest urgency, system-wide
80+
* **Premium Support** and implementation guidance for your organization
81+
82+
The Pro edition is available as a cloud-hosted SaaS offering, and is also available for installation on-premises.
83+
84+
For more information on DefectDojo Pro, check out our [Pricing page](https://defectdojo.com/pricing).
85+
86+
## Online Demos
87+
88+
Online demos for both Open-Source and Pro versions of DefectDojo are available. Both can be accessed using the following credentials:
89+
90+
- Username: `admin`
91+
- Password: `1Defectdojo@demo#appsec`
92+
93+
These demos come loaded with sample data, and are reset on a daily basis.
94+
95+
### Open-Source Demo
96+
97+
A running example of DefectDojo (Open-Source Edition) is available at [https://demo.defectdojo.org/](https://demo.defectdojo.org/).
98+
99+
### Pro Demo
100+
101+
A running example of DefectDojo Pro is available at
102+
[https://pro.demo.defectdojo.com/](https://pro.demo.defectdojo.com/).
103+
104+
## Learning DefectDojo
105+
106+
Whether you’re a Pro or an Open-Source user, we have many resources to help you get started with DefectDojo.
107+
108+
* Our [New User Checklist](/en/about_defectdojo/new_user_checklist/) covers the fundamentals of setting up your DefectDojo environment and establishing your import, triage and reporting workflows.
109+
* Review our supported [security tool integrations](/en/connecting_your_tools/parsers/) to help fit DefectDojo in your DevSecOps program.
110+
* Our team maintains a [YouTube Channel](https://www.youtube.com/@defectdojo) which hosts tutorials, archived Office Hours events, and other content.
111+
112+
## Connect With Us
113+
114+
To get in touch with the DefectDojo Inc team, you can always reach out to [hello@defectdojo.com](mailto:hello@defectdojo.com).
115+
116+
We regularly on [LinkedIn](https://www.linkedin.com/company/33245534) and also host online presentations for AppSec professionals that can be accessed live or on demand. You can learn about upcoming events on our [Events page](https://defectdojo.com/events) or watch past presentations on our [YouTube Channel](https://www.youtube.com/@defectdojo).
117+
118+
### Stickers
119+
120120
Looking for cool DefectDojo laptop stickers? As a thank you for being a part of the DefectDojo community, you can sign up to get some free DefectDojo stickers. For more information, check out [this link](https://defectdojo.com/defectdojo-sticker-request).

0 commit comments

Comments
 (0)