Skip to content

Commit 6fa0813

Browse files
paulOsinskiPaul Osinski
andauthored
pro priority and risk tweaks (#12623)
Co-authored-by: Paul Osinski <paul.m.osinski@gmail.com>
1 parent be90ad9 commit 6fa0813

File tree

4 files changed

+14
-5
lines changed

4 files changed

+14
-5
lines changed
52.4 KB
Loading

docs/content/en/about_defectdojo/examples_of_use.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ weight: 2
66
chapter: true
77
---
88

9-
This article is based on DefectDojo Inc's February Office Hours: "Tackling Common-Use Cases".
9+
This article is based on DefectDojo Inc's February 2025 Office Hours: "Tackling Common-Use Cases".
1010
<iframe width="560" height="315" src="https://www.youtube.com/embed/44vv-KspHBs?si=ilRBlfo-wvX5DPVg" 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>
1111

1212
## Examples of Use-Cases

docs/content/en/about_defectdojo/pro_features.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ See our [Pro UI Guide](../ui_pro_vs_os) for more information.
1717

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

20+
### Finding Priority
21+
DefectDojo Pro can pre-triage your Findings by Priority and Risk, allowing your team to identify and fix your most critical issues first.
22+
See our [Finding Priority Guide](/en/working_with_findings/finding_priority/) for more details.
23+
2024
### Rules Engine
2125
DefectDojo Pro's Rules Engine allows you to set up a script of automated bulk actions - no programming experience required.
2226
Build custom workflows and bulk actions to handle Findings and other objects.
@@ -28,7 +32,7 @@ See our [Rules Engine Guide](/en/customize_dojo/rules_engine) for more info.
2832
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.
2933

3034
### Deduplication Tuning
31-
Fine-tune how DefectDojo identifies and manages duplicate findings with advanced deduplication settings. Adjust same-tool, cross-tool, and reimport deduplication for precision matching between all your chosen security tools and vulnerability findings.
35+
Fine-tune how DefectDojo identifies and manages duplicate findings with advanced deduplication settings. Adjust same-tool, **cross-tool**, and reimport deduplication for precision matching between all your chosen security tools and vulnerability findings.
3236
See our [Deduplication Tuning Guide](/en/working_with_findings/finding_deduplication/tune_deduplication/) for more information.
3337

3438
![image](images/deduplication_tuning.png)

docs/content/en/working_with_findings/finding_priority.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
---
2-
title: "Finding Priority Enhancement (Pro)"
2+
title: "⏱️ Finding Priority and Risk (Pro)"
33
description: "How DefectDojo ranks your Findings"
44
weight: 1
55
---
66

77
Additional Finding filters are available in DefectDojo Pro to more easily triage, filter and prioritize Findings.
88

9-
* Priority sorts Findings based on the context and importance of the Product they are stored in.
10-
* Risk considers the Product's context, with a greater emphasis on the exploitability of a Finding.
9+
![image](images/pro_risk_example.png)
10+
11+
* **Priority** sorts Findings based on the context and importance of the Product they are stored in.
12+
* **Risk** considers the Product's context, with a greater emphasis on the exploitability of a Finding.
13+
14+
Learn more about Priority and Risk with DefectDojo Inc's May 2025 Office Hours:
15+
<iframe width="560" height="315" src="https://www.youtube.com/embed/4SN0BWWsVm4?si=VYUzEGNeijjhoD22" 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>
1116

1217
## Finding Priority
1318

0 commit comments

Comments
 (0)