Skip to content

Commit d7ebbe4

Browse files
committed
split hierarchy into pro and os
1 parent e40780c commit d7ebbe4

10 files changed

Lines changed: 43 additions & 0 deletions

File tree

docs/content/asset_modelling/hierarchy/OS__sla_configuration.md renamed to docs/content/asset_modelling/OS_hierarchy/OS__sla_configuration.md

File renamed without changes.

docs/content/asset_modelling/hierarchy/OS__source-code-repositories.md renamed to docs/content/asset_modelling/OS_hierarchy/OS__source-code-repositories.md

File renamed without changes.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: "Product Hierarchy"
3+
audience: opensource
4+
date: 2021-02-02T20:46:29+01:00
5+
draft: false
6+
type: docs
7+
weight: 3
8+
sidebar:
9+
collapsed: false
10+
exclude_search: true
11+
---

docs/content/asset_modelling/hierarchy/benchmarks.md renamed to docs/content/asset_modelling/OS_hierarchy/benchmarks.md

File renamed without changes.

docs/content/asset_modelling/hierarchy/product_health_grade.md renamed to docs/content/asset_modelling/OS_hierarchy/product_health_grade.md

File renamed without changes.

docs/content/asset_modelling/hierarchy/product_hierarchy.md renamed to docs/content/asset_modelling/OS_hierarchy/product_hierarchy.md

File renamed without changes.

docs/content/asset_modelling/hierarchy/_index.md renamed to docs/content/asset_modelling/PRO_hierarchy/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: "Asset Hierarchy"
33
date: 2021-02-02T20:46:29+01:00
44
draft: false
55
type: docs
6+
audience: pro
67
weight: 3
78
sidebar:
89
collapsed: false

docs/content/asset_modelling/hierarchy/PRO__assets_organizations.md renamed to docs/content/asset_modelling/PRO_hierarchy/assets_organizations.md

File renamed without changes.

docs/content/asset_modelling/hierarchy/PRO__priority_sla.md renamed to docs/content/asset_modelling/PRO_hierarchy/priority_sla.md

File renamed without changes.
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
title: "Product Health Grade"
3+
description: "How DefectDojo calculates a Product Health Grade"
4+
aliases:
5+
- /en/working_with_findings/organizing_engagements_tests/product_health_grade
6+
---
7+
DefectDojo can calculate a grade for your Products based on the amount of Findings contained within. Grades are ranked from A \- F.
8+
9+
Note that only Active \& Verified Findings contribute to a Product Grade \- unverified Findings will not have an impact.
10+
11+
## Product Grade Calculation
12+
13+
Every Product Grade starts at 100 (with no Findings).
14+
15+
Grade calculation starts by looking at the highest **Severity** level of a Finding in a Product, and reducing the Product Health to a base level.
16+
17+
| **Highest Severity Level of a Finding** | **Maximum Grade** |
18+
| --- | --- |
19+
| **Critical** | **40** |
20+
| **High** | **60** |
21+
| **Medium** | **80** |
22+
| **Low** | **95** |
23+
24+
Further points are then deducted from the Grade for each additional Finding:
25+
26+
| **Severity Level of an additional Finding** | **Grade Reduced by** |
27+
| --- | --- |
28+
| **Critical** | **5** |
29+
| **High** | **3** |
30+
| **Medium** | **2** |
31+
| **Low** | **1** |

0 commit comments

Comments
 (0)