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

Skip to content

Commit 2963c67

Browse files
committed
program dashboard - changelog, Submissions art, changes to Dashboard art
1 parent 667fc0a commit 2963c67

14 files changed

+108
-16
lines changed
Loading

docs/changelog/2019/may.md

Whitespace-only changes.

docs/programs/dashboards.md

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,33 +4,28 @@ path: "/programs/dashboards.html"
44
id: "programs/dashboards"
55
---
66

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.
7+
The Program Dashboard provides information on various metrics for your program. This helps you track the progress of your program and it also gives you a detailed summary and understanding of your program status.
88

9-
HackerOne provides these 3 different dashboards:
10-
* Overview
11-
* Program Health
9+
HackerOne provides dashboards on these pages:
10+
* [Submissions](/programs/submissions-dashboard.html)
11+
* Statistics
12+
* Response Efficiency
1213
* [Hacker Feedback](hacker-feedback-dashboard.html)
1314

1415
For each dashboard, you can customize the data you see by choosing the dates you want to see the metrics for.
1516

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
17+
### Statistics
18+
The Statistics page enables you to view overall statistics for your program. You can view who the top earning hackers are as well as the top bounties that were paid out.
2219

23-
You can also view the breakdown of all reports by severity.
20+
![image](./images/program-dashboard-statistics.png)
2421

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.
22+
### Response Efficiency
23+
The Response Efficiency page 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.
2924

3025
You can view the metrics of the average time to:
3126
* First response
3227
* Triage
3328
* Bounty
3429
* Resolution
3530

36-
![image](./images/dashboards-2.png)
31+
![image](./images/dashboard-response-efficiency.png)
Loading
Loading
Loading
Loading
Loading
Loading
340 KB
Loading

docs/programs/markdown-blockquote.png

24 KB
Loading
Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
1+
---
2+
title: "Submissions"
3+
path: "/programs/submissions.html"
4+
id: "programs/submissions"
5+
---
6+
7+
<style>
8+
.contents {
9+
margin-left: 1.45rem;
10+
margin-right: 1.45rem;
11+
border-radius: 0.3em;
12+
width: 60%;
13+
}
14+
</style>
15+
16+
The Submissions page of the Program Dashboard shows data on all report submissions broken up by different metrics.
17+
18+
<div class="background contents" markdown="1">
19+
20+
You can view data for these metrics on the Submissions page: |
21+
------------------------------------------------------------ |
22+
[Submissions](#submissions) |
23+
[Severity](#severity) |
24+
[Closed Report States](#closed) |
25+
[Weaknesses](#weaknesses) |
26+
[Assets](#assets) |
27+
[All-time Metrics](#all-time) |
28+
</div>
29+
30+
31+
You can export all of your data at once or by sections to a CSV or PDF file.
32+
33+
<h3 id="submissions">Submissions</h3>
34+
The Submissions section provides a quick overview of your report submission metrics to see any report submission trends. You can view:
35+
36+
Item | Details
37+
---- | ----------
38+
# Submissions | The total number of reports submitted to the program during the selected time interval.
39+
# Valid | The number of reports submitted during the selected time interval that are currently Triaged or Resolved.
40+
# In Triage | The number of reports submitted during the selected time interval that are currently Triaged.
41+
# Resolved | The number of reports submitted during the selected time interval that are closed as Resolved.
42+
% Valid | The percentage of valid reports submitted during the selected time interval.
43+
44+
![Submissions graph on program dashboard](./images/program-dashboard-submissions.png)
45+
46+
<h3 id="severity">Severity</h3>
47+
The Severity section shows how reports and bounties are distributed by severity. You can view trends on how many valid reports are submitted and paid per severity.
48+
49+
![Severity table on program dashboard](./images/program-dashboard-severity.png)
50+
51+
<h3 id="closed">Closed Report States</h3>
52+
The Closed Report States table shows how your reports are distributed among the various closed states a report can have. You can view how many reports were:
53+
54+
Item | Details
55+
---- | -----------
56+
Resolved | The number of reports that are closed as Resolved.
57+
Duplicate | The number of reports that are closed as a Duplicate.
58+
Informative | The number of reports that are closed as Informative.
59+
Not Applicable | The number of reports that are closed as Not Applicable.
60+
Spam | The number of reports that are closed as Spam.
61+
62+
![Closed Report States on program dashboard](./images/program-dashboard-closed-report-states.png)
63+
64+
<h3 id="weakness">Weakness</h3>
65+
The Weakness section shows how your reports are spread among the different weakness types. You can view what areas you’re receiving the most valid vulnerabilities in so that you can know which vulnerabilities your program is most susceptible to.
66+
67+
You can toggle your weakness data by number of valid reports and also by bounty amounts.
68+
69+
![Weaknesses graph on program dashboard](./images/program-dashboard-weaknesses.png)
70+
71+
<h3 id="assets">Assets</h3>
72+
The Assets section enables you to explore reports and bounties by asset. You can see which asset you’re receiving the most vulnerabilities in and how much bounty is paid out per asset.
73+
74+
You can toggle your asset data by number of valid reports and also by bounty amounts.
75+
76+
![Assets graph on program dashboard](./images/program-dashboard-assets.png)
77+
78+
<h3 id="all-time">All-Time Metrics</h3>
79+
You can also view these all-time data metrics for your program:
80+
81+
Item | Details
82+
---- | -------
83+
Total Submissions | The total number of reports submitted to the program.
84+
Valid Submissions | The total number of reports submitted that are currently triaged or resolved.
85+
Open Reports | The total number of reports that are currently in one of the states: pre-submission, new, triaged, needs more info.
86+
Closed Reports | The total number of reports that are currently in one of the states: N/A, informative, spam, duplicate, resolved.
87+
Reports Rewarded | The total number of reports that have been awarded a bounty.
88+
Bugs Resolved | The total number of reports that have been closed as resolved.
89+
Hackers Thanked | The total number of hackers who have 1 or more resolved reports.
90+
Average Response Time | The average elapsed time between a report being submitted and the first, non-automated response by a team member.
91+
Average Triage Time | The average elapsed time between new and triaged states for any report that has been in the triaged state.
92+
Average Bounty Time | (Only applies to H1B programs) The average elapsed time from when a report is triaged to when a bounty is paid.
93+
Average Resolution Time | The average elapsed time from when a report is submitted to when a report is closed.
94+
Total Bounty | The total bounty amount in dollars paid to the hackers.
95+
Average Bounty | The average bounty amount in dollars of all the reports that were awarded a bounty.

src/pages/programs/programs-nav.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,8 @@
205205
- title: Dashboards
206206
path: /programs/dashboards.html
207207
items:
208+
- title: Submissions Dashboard
209+
path: /programs/submissions-dashboard.html
208210
- title: Hacker Feedback Dashboard
209211
path: /programs/hacker-feedback-dashboard.html
210212
- title: Hacker Engagement

0 commit comments

Comments
 (0)