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

Skip to content

Commit 09dec94

Browse files
committed
added more detail to quality reports
1 parent 177945c commit 09dec94

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/hackers/quality-reports.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,17 @@ path: "/hackers/quality-reports.html"
44
id: "hackers/quality-reports"
55
---
66

7-
You notify programs of vulnerabilities by submitting reports to the program's inbox. Not all great vulnerability reports look the same, but many share these common features:
7+
By submitting reports to the program's inbox, you're able to notify programs of vulnerabilities . Not all great vulnerability reports look the same, but many share these common features:
88
* Detailed descriptions of your discovery with clear, concise, reproducible steps or a working proof-of-concept (POC). If you do not explain the vulnerability in detail, there may be significant delays in the process, which is undesirable for everyone.
99
* Screenshots and/or videos can sometimes assist security teams in reproducing your issue. Most teams prefer written reproduction steps, but screenshots and videos can be used to augment your report and make it easier for security teams to quickly understand the issue you're reporting.
1010
* The impact of the vulnerability; if this bug were exploited, what could happen? Security teams need to file bugs internally and get resources to fix these issues. Describing why the issue is important can assist in quickly understanding the impact of the issue and help prioritize response and remediation.
1111

12+
It’s best to be comprehensive, yet concise as security teams need to have all the details required to verify and validate your report. We recommend you provide enough information to
13+
* Outline the bug
14+
* Reproduce the bug
15+
* Assess the coverage the bug applies to
16+
* Provide additional related logs or information
17+
1218
### Examples
1319
Here are some examples of publicly disclosed examples of good reports:
1420
* [Twitter disclosed on HackerOne: URGENT - Subdomain Takeover](https://hackerone.com/reports/32825)

0 commit comments

Comments
 (0)