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

Skip to content

Commit c8469e9

Browse files
authored
Create quality-reports.md
1 parent b2837f7 commit c8469e9

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

docs/hackers/quality-reports.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: "Quality Reports"
3+
path: "/hackers/quality-reports"
4+
---
5+
6+
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+
* Detailed descriptions of your discovery with clear, concise, reproducible steps or a working proof-of-concept (POC). If you doesn't explain the vulnerability in detail, there may be significant delays in the disclosure process, which is undesirable for everyone.
8+
* Screenshots and/or videos can assist your security teams to quickly reproduce the issue if your program accepts them. Make sure the program states their policy regarding screenshots and videos on their security page and scope as not all programs accept them.
9+
10+
### Examples
11+
Here are some examples of publicly disclosed examples of good reports:
12+
* [Twitter disclosed on HackerOne: URGENT - Subdomain Takeover](https://hackerone.com/reports/32825)
13+
* [Shopify disclosed on HackerOne: Attention! Remote Code Execution](https://hackerone.com/reports/73567)
14+
* [Square disclosed on HackerOne: Delayed, fraudulent transactions](https://hackerone.com/reports/38682)
15+
16+
Some great resources for vulnerability report best practices are:
17+
* [Dropbox Bug Bounty Program: Best Practices](https://blogs.dropbox.com/tech/2015/08/dropbox-bug-bounty-program-best-practices-2/)
18+
* [Google Bug Hunter University](https://sites.google.com/site/bughunteruniversity/)
19+
* [A Bounty Hunter’s Guide to Facebook](https://www.facebook.com/notes/facebook-bug-bounty/a-bounty-hunters-guide-to-facebook/946955115318715)

0 commit comments

Comments
 (0)