Skip to content

Commit a2a54a6

Browse files
committed
Merge branch 'staging-new-docs' of https://github.com/paulOsinski/django-DefectDojo into staging-new-docs
2 parents 0eaf07a + e5edf3b commit a2a54a6

15 files changed

Lines changed: 154 additions & 53 deletions
490 KB
Loading
171 KB
Loading
174 KB
Loading
4.64 MB
Loading
284 KB
Loading

docs/content/metrics_reports/ai/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ summary: ""
55
date: 2023-09-07T16:06:50+02:00
66
lastmod: 2023-09-07T16:06:50+02:00
77
draft: false
8-
weight: 2
8+
weight: 3
99
chapter: true
1010
seo:
1111
title: "" # custom title (optional)

docs/content/metrics_reports/dashboards/_index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@ summary: ""
44
date: 2023-09-07T16:06:50+02:00
55
lastmod: 2023-09-07T16:06:50+02:00
66
draft: false
7-
weight: 7
7+
weight: 1
88
chapter: true
9-
sidebar:
10-
collapsed: true
119
seo:
1210
title: "" # custom title (optional)
1311
description: "" # custom description (recommended)

docs/content/metrics_reports/dashboards/pro_dashboards.md

Lines changed: 0 additions & 49 deletions
This file was deleted.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: "Executive Insights"
3+
description: "How to Leverage Metrics in DefectDojo Pro"
4+
audience: pro
5+
weight: 3
6+
---
7+
8+
The **Executive Insights** metrics page provides an aggregated view of application security risk across your organization. As it is design for executive-level consumption, this dashboard focuses exclusively on Organizations and Assets, emphasizing trends and outcomes rather than individual Findings.
9+
10+
![image](images/pro_dashboards_1.png)
11+
12+
Within Executive Insights, Users may select a timeframe, Organization, Asset, or Tag from the filter list, which will populate an adjoining table with the resulting Findings. It will also change the results in various charts and graphs below.
13+
14+
If no filters are selected, the table will display the status of all Organizations, Assets, and Tags.
15+
16+
The first table provides a birdseye view of your overall security posture. There are also two separate tables for your Organizations and Assets.
17+
18+
Figures will populate within each table depending on the filters applied. Clicking any hyperlinked figure within a cell will open a separate tab with a corresponding Findings Table.
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
---
2+
title: "Pro Metrics Overview"
3+
description: "How to Leverage Metrics in DefectDojo Pro"
4+
audience: pro
5+
weight: 2
6+
---
7+
8+
The DefectDojo Pro UI has various Metrics dashboards to help visualize your current security posture. Each dashboard allows stakeholders at different levels of the organization to make informed decisions without needing to interpret raw data or navigate individual Findings. These dashboards include:
9+
* [Executive Insights](#executive-insights)
10+
* [Priority Insights](#priority-insights)
11+
* [Program Insights](#program-insights)
12+
* [Remediation Insights](#remediation-insights)
13+
* [Tool Insights](#tool-insights)
14+
15+
![Metrics overview](images/metrics_image1.png)
16+
17+
## Metrics Features
18+
19+
Before elaborating on each particular dashboard, there are some commonalities between all dashboards that are worth reviewing.
20+
21+
### Filtering
22+
23+
All Metrics can be filtered by timeframe, Organization, Asset, and Tag. After adjusting the filter as desired, Apply Filter must be clicked in order for the filter to take effect. If you wish to export a PDF of all charts, tables, and graphs on the dashboard as currently filtered, click Export as PDF.
24+
25+
The filtering timeframe is limited to the past year, but can otherwise be adjusted to include the past 7, 14, 30, 90, or 180 days.
26+
27+
Note that filter parameters are rendered in the URL, so you can bookmark multiple pages with various filter parameters. This can be useful for quick reference, or for consistently generating a particular kind of report.
28+
29+
### Submenus
30+
31+
Each graph has a ⋮ kebab menu in the top right of each view with the following features:
32+
* Force Refresh — Manually refreshes to incorporate any new updates in the data.
33+
* Expand Plot — Opens the same chart in a larger pop-up modal.
34+
* Download Plot as SVG — Downloads the chart as an SVG file.
35+
* View as Table — Shows the data from the chart in table format.
36+
* Each column of the table can be toggled to appear in ascending or descending order when clicked. You can also download each table.
37+
38+
![Kebab menu contents](images/metrics_image2.png)
39+
40+
### Access
41+
42+
The Metrics section will only represent data from the Organizations and Assets that each User has the appropriate permissions to view. A User with access limited to a single Asset will only be able to see Metrics for that particular Asset, but if they don’t have access to the other Assets within the parent Organization, data from those other Assets won't be represented in Metrics.
43+
44+
### Viewing Data Within Charts
45+
46+
The X-axis of line charts will always represent the current timeframe filter. Hovering your cursor over a line chart will cause a modal to appear with a count of the figures on the Y-axis at that point in time.
47+
48+
![Graph pop-up modal](images/metrics_image3.png)
49+
50+
### Toggling Results
51+
52+
Users can toggle certain categories of Findings as viewable and nonviewable in the chart by clicking on their respective color/name at the top of each chart.
53+
54+
For example, in the Active Findings by Severity chart below, if you only wanted to see Findings with a High or Critical severity, you would click Medium, Low, and Info at the top to remove those results from the chart. Clicking Medium, Low, and Info again would make those results reappear.
55+
56+
![Toggling graph results gif](images/metrics_image4.gif)

0 commit comments

Comments
 (0)