|
| 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 | + |
| 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 | + |
| 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 | + |
| 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 | + |
| 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 | + |
| 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. |
0 commit comments