Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3e195be

Browse files
authored
Merge pull request Hacker0x01#38 from Hacker0x01/dashboard_article
dashboards
2 parents 30a6490 + a8acc52 commit 3e195be

File tree

5 files changed

+43
-4
lines changed

5 files changed

+43
-4
lines changed

docs/programs/dashboards.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
title: "Dashboards"
3+
path: "/programs/dashboards.html"
4+
id: "programs/dashboards"
5+
---
6+
7+
The dashboard provides information on various metrics of your program. This helps you track the progress of your program and it also gives you a detailed summary and understanding of the status of your program.
8+
9+
HackerOne provides these 3 different dashboards:
10+
* Overview
11+
* Program Health
12+
* [Hacker Feedback](hacker-feedback-dashboard.html)
13+
14+
For each dashboard, you can customize the data you see by choosing the dates you want to see the metrics for.
15+
16+
### Overview Dashboard
17+
The Overview dashboard enables you to view by date and graph form:
18+
* Report statuses
19+
* Response and Resolution Time
20+
* Bounty Payouts
21+
* The percentage of the types of bugs that are closed
22+
23+
You can also view the breakdown of all reports by severity.
24+
25+
![image](./images/dashboards-1.png)
26+
27+
### Program Health Dashboard
28+
The program health dashboard gives insight into how efficiently you respond to your reports. It helps you keep track of how many reports have missed your [response target](response-targets.html) or standard.
29+
30+
You can view the metrics of the average time to:
31+
* First response
32+
* Triage
33+
* Bounty
34+
* Resolution
35+
36+
![image](./images/dashboards-2.png)

docs/programs/hacker-mediation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ This will trigger a workflow to reach out to both you and the relevant hacker.
2727
### Hacker Mediation Triggers
2828
Requesting hacker mediation triggers the following actions:
2929

30-
1) An email is sent to the hacker warning them of their behavior, or if the situation warrants a ban, the hacker will be notified that they'll be removed from the program.
30+
* An email is sent to the hacker warning them of their behavior, or if the situation warrants a ban, the hacker will be notified that they'll be removed from the program.
3131

32-
2) If the hacker doesn't respond to the security team, or if the situation isn't resolved, HackerOne will evaluate all available information about the vulnerability report, the program that requested mediation, and the hacker to determine the appropriate level of escalation.
32+
* If the hacker doesn't respond to the security team, or if the situation isn't resolved, HackerOne will evaluate all available information about the vulnerability report, the program that requested mediation, and the hacker to determine the appropriate level of escalation.
3333

3434
While HackerOne can't guarantee resolution or override a security team's assessment, hacker mediation has been used to successfully bring items to the security teams' attention, resulting in a more favorable outcome for everyone involved.
3535

docs/programs/images/dashboards-1.png

434 KB
Loading

docs/programs/images/dashboards-2.png

244 KB
Loading

src/pages/programs/programs-nav.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,11 @@
167167
path: /programs/bonuses.html
168168
- title: Analytics
169169
items:
170-
- title: Hacker Feedback Dashboard
171-
path: /programs/hacker-feedback-dashboard.html
170+
- title: Dashboards
171+
path: /programs/dashboards.html
172+
items:
173+
- title: Hacker Feedback Dashboard
174+
path: /programs/hacker-feedback-dashboard.html
172175
- title: Hacker Engagement
173176
items:
174177
- title: Hacktivity

0 commit comments

Comments
 (0)