-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
98 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,6 @@ | ||
## Code of Conduct | ||
|
||
This is adapted from the Revolt Lounge. | ||
|
||
1. Please be kind to one another, remember the human. | ||
2. (Not applicable to GitHub.) | ||
3. Trolling, flaming, baiting or other attention-stealing behaviour is not welcome. | ||
4. Racism, homophobia, or otherwise demeaning a group of people is not allowed, this is an inclusive space and we ask that you respect this. | ||
|
||
These rules only apply to the Revolt Testers server and any public communication with the team, such as GitHub discussions or issues. Communities may apply these rules to their own servers. | ||
2. Spam and unsolicited advertisements are not permitted. | ||
3. Trolling, flaming, baiting or other attention-stealing behaviour is not allowed. | ||
4. Discrimination or otherwise demeaning a group of people is not permitted, this is an inclusive space and we ask that you respect this. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,28 +7,29 @@ Before reporting a vulnerability, please make sure it is in scope, for example y | |
- Server vulnerabilities that may escalate user privileges or allow exfiltration of data. | ||
- Client vulnerabilities that allow remote code execution or allow exfiltration of data. | ||
|
||
You should not report anything that requires phyiscal access to a client machine to achieve, such as: | ||
You should not report anything that requires physical access to a client machine to achieve, such as: | ||
|
||
- Intercepting requests to visually affect client privilege (and not actual server privilege) | ||
- Exfiltration of user credentials through third party sites | ||
|
||
If you would like to report a security vulnerability, | ||
please email **[[email protected]](mailto:[email protected])**, | ||
this will open a new ticket in ticket system, you should receive a response | ||
within the next couple of days, potentially within a few minutes if someone | ||
is currently active. | ||
You may disclose security vulnerabilities to us in two different ways: | ||
|
||
To help us best triage the issue, please provide: | ||
- Create a draft security advisory on the appropriate GitHub repository on [our organisation](https://github.com/revoltchat). | ||
|
||
You can select the "Security" tab once on the repository then fill out the details as appropriate. | ||
|
||
- Email us at [[email protected]](mailto:[email protected]) to open a new ticket. | ||
|
||
You should receive a response within the next couple of days. | ||
|
||
In general, please always provide: | ||
|
||
- The type of issue at hand | ||
- The name of the relevant project affected | ||
- The name of the relevant project(s) affected | ||
- Reproduction steps | ||
- Reference to any relevant source file(s) that you may suspect are causing the issue | ||
- Any extra information about your configuration. | ||
- Reference to any relevant source file(s) that you may suspect are causing the issue (if you can) | ||
- Any extra information about your configuration | ||
- Description of potential ways this can be exploited, if you can list any | ||
|
||
For revoltchat/revite in particular: | ||
|
||
- Please include the commit hash of the client, it is visible in settings under the log out button. | ||
- Any version information (e.g. commit hash for web client, API version, etc) | ||
|
||
Thank you for helping Revolt. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
## Please make sure to check the following tasks before opening and submitting a PR | ||
|
||
* [ ] I understand and have followed the [contribution guide](https://github.com/revoltchat/revolt/discussions/282) | ||
* [ ] I have tested my changes locally and they are working as intended | ||
* [ ] These changes do not have any notable side effects on other Revolt projects | ||
- [ ] I understand and have followed the [contribution guide](https://github.com/revoltchat/.github/blob/master/.github/CONTRIBUTING.md) | ||
- [ ] I have tested my changes locally and they are working as intended |
Oops, something went wrong.