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

Skip to content

Commit f3fabf0

Browse files
committed
added link to section
1 parent 3453e65 commit f3fabf0

File tree

1 file changed

+25
-3
lines changed

1 file changed

+25
-3
lines changed

docs/hackers/disclosure.md

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ path: "/hackers/disclosure.html"
44
id: "hackers/disclosure"
55
---
66

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+
717
Disclosure enables programs to be transparent about the security vulnerabilities found for their program. HackerOne's disclosure process balances transparency with control over what information is shared.
818

919
Programs can choose from 3 disclosure settings:
@@ -14,7 +24,17 @@ Disclosure by Default | You or the security team can request disclosure for any
1424
Disclosure requiring Mutual Agreement | You can request disclosure for any closed report in the program. If the program security team agrees to disclosure, the contents of the report will be made public. If the security team doesn't take any action, the contents of the report will remain private. <br><br>*The program must request to opt-in to this option.*
1525
Disclosure Disabled | Disclosure isn't allowed for any report.
1626

17-
### Requesting Disclosure
27+
<div class="background contents" markdown="1">
28+
29+
In this article, you can learn about: |
30+
------------------------------------- |
31+
[Requesting Disclosure](#requesting) |
32+
[Canceling Disclosure Requests](#canceling) |
33+
[Disclosure for Private Programs](#disclosure) |
34+
</div>
35+
36+
<h3 id="requesting">Requesting Disclosure</h3>
37+
1838
Both you and program members can request for disclosure. To request for disclosure:
1939
1. Go to the report you want to disclose.
2040
2. Make sure the report is closed.
@@ -38,7 +58,8 @@ After public disclosure has been requested, the admin of the of the program can
3858

3959
When publishing reports, the security team can choose to disclose the report in full or limit the information published. The default is to display all the communication between the hacker and the security team from first report to resolution.
4060

41-
### Canceling Disclosure Requests
61+
<h3 id="canceling">Canceling Disclosure Requests</h3>
62+
4263
You can cancel your disclosure request if you later decide to not disclose your report. You can also cancel disclosure requests from a program asking you for disclosure.
4364

4465
To cancel a disclosure request:
@@ -50,7 +71,8 @@ To cancel a disclosure request:
5071
3. Enter a comment explaining why you are canceling the disclosure request.
5172
4. Click **Post**.
5273

53-
### Disclosure for Private Programs
74+
<h3 id="disclosure">Disclosure for Private Programs</h3>
75+
5476
Private programs can also enable you to disclose a report to other hackers within the program. Upon disclosure, contents of the report will only be visible to other hackers in the private program. This enables you and other hackers to share your vulnerability findings with other hackers in the program so that they can be aware of what vulnerabilities have been found for that program.
5577

5678
You can request for disclosure in the private program you're a part of by following the same steps in the Requesting Disclosure section above.

0 commit comments

Comments
 (0)