Skip to content

Commit b0ccecd

Browse files
authored
Add misc repo files (#249)
* Create CODE_OF_CONDUCT.md * Create FUNDING.yml * Create SECURITY.md * Update security_report.md with current disclosure guidance * Update admin2 CODEOWNERS entry * Create ISSUE_TEMPLATE\config.yml; disallow blank issues
1 parent f83b292 commit b0ccecd

File tree

6 files changed

+32
-3
lines changed

6 files changed

+32
-3
lines changed

.github/CODEOWNERS

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
/\[admin\]/admin2 @lil-Toady @Cazomino05 @qaisjp
1+
/\[admin\]/admin2 @qaisjp @jlillis

.github/CODE_OF_CONDUCT.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Please refer to the [forum rules](https://forum.mtasa.com/topic/12275-forum-rules/).

.github/FUNDING.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# These are supported funding model platforms
2+
3+
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
4+
patreon: # Replace with a single Patreon username
5+
open_collective: # Replace with a single Open Collective username
6+
ko_fi: # Replace with a single Ko-fi username
7+
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8+
custom: https://www.multitheftauto.com/donate/ # Replace with a single custom sponsorship URL

.github/ISSUE_TEMPLATE/config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false

.github/ISSUE_TEMPLATE/security_report.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ about: Submit security vulnerability
44

55
---
66

7-
Please submit your security vulnerabilities to @ccw on forum.mtasa.com. Please do not submit them here.
7+
# 🛑 **DO NOT DISCLOSE SECURITY VULNERABILITIES PUBLICLY** 🛑
88

9-
@ccw can be found here: https://forum.mtasa.com/profile/7264-ccw/
9+
## Please refer to [SECURITY.md](../SECURITY.md) for instructions on how to report security vulnerabilities responsibly.

.github/SECURITY.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Reporting a Vulnerability
2+
3+
Before disclosing a cheat or security vulnerability, please do not try and check that they work
4+
as they could either result in you getting globally banned or infected by a virus.
5+
6+
Please submit your security vulnerabilities and cheats to our [private bugtracker].
7+
8+
Please do not submit vulnerabilities and cheats publicly, on GitHub or anywhere else.
9+
10+
[private bugtracker]: https://forum.mtasa.com/forum/156-private-bugs/
11+
12+
## Bug Bounty
13+
14+
We also run a bug bounty programme. Please read
15+
["Bounty for finding security flaws and working cheats in MTA"][bounty] for more details.
16+
17+
Payment is by PayPal only -- please include your PayPal email when posting on the [private bugtracker].
18+
19+
[bounty]: https://forum.mtasa.com/topic/66858-bounty-for-finding-security-flaws-and-working-cheats-in-mta/

0 commit comments

Comments
 (0)