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

Skip to content

Commit 2bdaf28

Browse files
committed
added jump to links on disclosure
1 parent 81d4448 commit 2bdaf28

File tree

1 file changed

+25
-3
lines changed

1 file changed

+25
-3
lines changed

docs/programs/disclosure.md

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ path: "/programs/disclosure.html"
44
id: "programs/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 you to be transparent about the security vulnerabilities found for your program. HackerOne's disclosure process balances transparency with control over what information is shared with the public.
818

919
Programs can choose from 3 disclosure settings:
@@ -14,7 +24,17 @@ Disclosure by Default | The hacker or your security team can request disclosure
1424
Disclosure requiring Mutual Agreement | The hacker can request disclosure for any closed report in your program. If your 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>*You 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 hackers 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.
@@ -37,7 +57,8 @@ After disclosure has been requested, the admin of the of the program can choose
3757

3858
![Disclose](./images/disclosure-2.png)
3959

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

4364
To cancel a disclosure request:
@@ -49,7 +70,8 @@ To cancel a disclosure request:
4970
3. Enter a comment explaining why you are canceling the disclosure request.
5071
4. Click **Post**.
5172

52-
### Disclosure for Private Programs
73+
<h3 id="disclosure">Disclosure for Private Programs</h3>
74+
5375
If you’re running a private program, you can enable hackers to disclose a report within your private program. Upon disclosure, contents of the report will only be visible to participants in your private program. This enables hackers to share their vulnerability findings with other hackers in the program, and can also increase awareness for other hackers as they can better see what vulnerabilities have already been found for your program.
5476

5577
To enable disclosure for private programs:

0 commit comments

Comments
 (0)