You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/hackers/disclosure.md
+25-3Lines changed: 25 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,16 @@ path: "/hackers/disclosure.html"
4
4
id: "hackers/disclosure"
5
5
---
6
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
+
7
17
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.
8
18
9
19
Programs can choose from 3 disclosure settings:
@@ -14,7 +24,17 @@ Disclosure by Default | You or the security team can request disclosure for any
14
24
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.*
15
25
Disclosure Disabled | Disclosure isn't allowed for any report.
16
26
17
-
### Requesting Disclosure
27
+
<divclass="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
+
<h3id="requesting">Requesting Disclosure</h3>
37
+
18
38
Both you and program members can request for disclosure. To request for disclosure:
19
39
1. Go to the report you want to disclose.
20
40
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
38
58
39
59
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.
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.
43
64
44
65
To cancel a disclosure request:
@@ -50,7 +71,8 @@ To cancel a disclosure request:
50
71
3. Enter a comment explaining why you are canceling the disclosure request.
51
72
4. Click **Post**.
52
73
53
-
### Disclosure for Private Programs
74
+
<h3id="disclosure">Disclosure for Private Programs</h3>
75
+
54
76
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.
55
77
56
78
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