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: CONTRIBUTING.md
+51Lines changed: 51 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,3 +104,54 @@ To actually write an email, you'll want to modify the templates in `apps/email/l
104
104
## Adding a new application to the marketplace
105
105
106
106
See docs on our [docs site](https://docs.plural.sh/applications/adding-new-application) for how to add applications to the marketplace.
107
+
108
+
## Bug Bounty Program
109
+
110
+
Plural likes to work with the security community to find vulnerabilities in order to keep our businesses and customers safe.
111
+
112
+
As such, Plural has a Bug Bounty contributor program. Those interested in joining should reach out to [email protected]
113
+
114
+
### Program Rules
115
+
* Please provide detailed reports with reproducible steps. If the report is not detailed enough to reproduce the issue, the issue will not be eligible for a reward.
116
+
* Submit one vulnerability per report, unless you need to chain vulnerabilities to provide impact.
117
+
* When duplicates occur, we only award the first report that was received (provided that it can be fully reproduced).
118
+
* Multiple vulnerabilities caused by one underlying issue will be awarded one bounty.
119
+
* Social engineering (e.g. phishing, vishing, smishing) is prohibited.
120
+
* Make a good faith effort to avoid privacy violations, destruction of data, and interruption or degradation of our service. Only interact with accounts you own or with explicit permission of the account holder.
121
+
122
+
### Out of scope vulnerabilities
123
+
124
+
When reporting vulnerabilities, please consider (1) attack scenario / exploitability, and (2) security impact of the bug. The following issues are considered out of scope:
125
+
126
+
* Clickjacking on pages with no sensitive actions
127
+
* Cross-Site Request Forgery (CSRF) on unauthenticated forms or forms with no sensitive actions
128
+
* Attacks requiring MITM or physical access to a user's device.
129
+
* Previously known vulnerable libraries without a working Proof of Concept.
130
+
* Any activity that could lead to the disruption of our service (DoS).
131
+
* Content spoofing and text injection issues without showing an attack vector/without being able to modify HTML/CSS
132
+
* Rate limiting or bruteforce issues on non-authentication endpoints
133
+
* Missing best practices in Content Security Policy.
134
+
* Missing HttpOnly or Secure flags on cookies
135
+
* Missing email best practices (Invalid, incomplete or missing SPF/DKIM/DMARC records, etc.)
136
+
* Vulnerabilities only affecting users of outdated or unpatched browsers [Less than 2 stable versions behind the latest released stable version]
137
+
* Software version disclosure / Banner identification issues / Descriptive error messages or headers (e.g. stack traces, application or server errors).
138
+
* Public Zero-day vulnerabilities that have had an official patch for less than 1 month will be awarded on a case by case basis.
139
+
* Tabnabbing
140
+
* Open redirect - unless an additional security impact can be demonstrated
141
+
* Issues that require unlikely user interaction
142
+
* Bugs that are already reported on any of Plural's issue trackers (https://github.com/pluralsh), or that we already know of. Note that some of our issue tracking is private.
143
+
* Test instances
144
+
145
+
### Safe Harbor
146
+
147
+
Any activities conducted in a manner consistent with this policy will be considered authorized conduct and we will not initiate legal action against you. If legal action is initiated by a third party against you in connection with activities conducted under this policy, we will take steps to make it known that your actions were conducted in compliance with this policy.
148
+
149
+
### Rewards
150
+
* Low: $60
151
+
* Medium: $125
152
+
* High: $250
153
+
* Critical: $750
154
+
155
+
### Rewards
156
+
Please submit to [email protected] to participate in bug bounty program
0 commit comments