Skip to content

Commit e3bcec9

Browse files
committed
Merge branch 'dev' into tailwind
2 parents f8c2700 + 135dc08 commit e3bcec9

41 files changed

Lines changed: 572 additions & 34 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/assets/scss/common/_custom.scss

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,25 @@ h1, h2, h3, h4, h5, h6,
210210
display: none;
211211
}
212212

213+
// Pro badge — appears next to sidebar items with audience: pro
214+
// Box height is `1lh` so it equals one line-height of the surrounding text.
215+
.pro-badge {
216+
display: inline-flex;
217+
align-items: center;
218+
box-sizing: border-box;
219+
height: 1lh;
220+
margin-left: 0.5em;
221+
padding: 0 0.45em;
222+
border: 1px solid #F2561D;
223+
border-radius: 0.25rem;
224+
background-color: rgba(#F2561D, 0.72);
225+
color: #fff;
226+
font-size: 0.7em;
227+
font-weight: 500;
228+
vertical-align: middle;
229+
white-space: nowrap;
230+
}
231+
213232
// ============================================================
214233
// Cards
215234
// ============================================================
@@ -419,6 +438,12 @@ h1, h2, h3, h4, h5, h6,
419438
border-color: #F2762E;
420439
}
421440

441+
// Pro badge in dark mode
442+
.pro-badge {
443+
background-color: rgba(#F2561D, 0.85);
444+
border-color: #F2762E;
445+
}
446+
422447
// Selection color in dark mode
423448
::selection {
424449
background-color: rgba(#82B0D9, 0.3);

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ aliases:
88
---
99
Each Product in DefectDojo can have its own Service Level Agreement (SLA) configuration, which represents the days your organization has to remediate or otherwise manage a Finding.
1010

11-
SLA can be set based on either **[Finding Severity](/asset_modelling/hierarchy/product_hierarchy/#findings)** or **[Finding Risk](/asset_modelling/hierarchy/pro__priority_sla/)** (in DefectDojo Pro).
11+
SLA can be set based on either **[Finding Severity](/asset_modelling/os_hierarchy/product_hierarchy/#findings)** or **[Finding Risk](/asset_modelling/pro_hierarchy/priority_sla/)** (in DefectDojo Pro).
1212

1313
![image](images/sla_multiple.png)
1414

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Core Application [Organization]
8282
└── nginx
8383
```
8484

85-
In this diagram, every element under "Core Application" could be recorded as a separate Asset, with unique business criticality (see: [Priority & Risk](/asset_modelling/hierarchy/pro__priority_sla/#prioritization-engines/)), RBAC, and corresponding Engagements and Tests. You could continue to test, and store results, on the parent Asset (for example, `webapp-backend`), but you could also run isolated testing on a particular child Asset (for example, `database`).
85+
In this diagram, every element under "Core Application" could be recorded as a separate Asset, with unique business criticality (see: [Priority & Risk](/asset_modelling/pro_hierarchy/priority_sla/#prioritization-engines/)), RBAC, and corresponding Engagements and Tests. You could continue to test, and store results, on the parent Asset (for example, `webapp-backend`), but you could also run isolated testing on a particular child Asset (for example, `database`).
8686

8787
### Pen Tests: Isolated RBAC
8888

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ Note that when a Product's Prioritization Engine is changed, or a Prioritization
197197

198198
Each Product in DefectDojo can have its own Service Level Agreement (SLA) configuration, which represents the days your organization has to remediate or otherwise manage a Finding.
199199

200-
SLA can be set based on either **[Finding Severity](/asset_modelling/hierarchy/product_hierarchy/#findings)** or **[Finding Risk](/asset_modelling/hierarchy/pro__priority_sla/)** (in DefectDojo Pro).
200+
SLA can be set based on either **[Finding Severity](/asset_modelling/os_hierarchy/product_hierarchy/#findings)** or **[Finding Risk](/asset_modelling/pro_hierarchy/priority_sla/)** (in DefectDojo Pro).
201201

202202
![image](images/sla_multiple.png)
203203

0 commit comments

Comments
 (0)