Skip to content

Commit ba10646

Browse files
committed
Update CONTRIBUTING.md and SECURITY.md
1 parent ac8629d commit ba10646

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

CONTRIBUTING.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,31 @@
11
# Contributing
2+
23
Pterodactyl does not accept Pull Requests (PRs) _for new functionality_ from users that are not currently part of the
34
core project team. It has become overwhelming to try and give the proper time and attention that such complicated PRs
45
tend to require — and deserve. As a result, it is in the project's best interest to limit the scope of work on
56
new functionality to work done within the core project team.
67

78
PRs that address existing _bugs_ with a corresponding issue opened in our issue tracker will continue to be accepted
8-
and reviewed. Their scope is often signficantly more targeted, and simply improving upon existing and well defined
9+
and reviewed. Their scope is often significantly more targeted, and simply improving upon existing and well defined
910
logic.
1011

1112
### Responsible Disclosure
13+
1214
This is a fairly in-depth project and makes use of a lot of parts. We strive to keep everything as secure as possible
1315
and welcome you to take a look at the code provided in this project yourself. We do ask that you be considerate of
1416
others who are using the software and not publicly disclose security issues without contacting us first by email.
1517

16-
We'll make a deal with you: if you contact us by email and we fail to respond to you within a week you are welcome to
18+
We'll make a deal with you: if you contact us by email, and we fail to respond to you within a week you are welcome to
1719
publicly disclose whatever issue you have found. We understand how frustrating it is when you find something big and
1820
no one will respond to you. This holds us to a standard of providing prompt attention to any issues that arise and
1921
keeping this community safe.
2022

21-
If you've found what you believe is a security issue please email `dane@pterodactyl.io`. Please check
23+
If you've found what you believe is a security issue please email `matthew@pterodactyl.io`. Please check
2224
[SECURITY.md](/SECURITY.md) for additional details.
2325

2426
### Contact Us
25-
You can find us in a couple places online. First and foremost, we're active right here on Github. If you encounter a
27+
28+
You can find us in a couple places online. First and foremost, we're active right here on GitHub. If you encounter a
2629
bug or other problems, open an issue on here for us to take a look at it. We also accept feature requests here as well.
2730

2831
You can also find us on [Discord](https://discord.gg/pterodactyl).

SECURITY.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
The following versions of Pterodactyl are receiving active support and maintenance. Any security vulnerabilities discovered must be reproducible in supported versions.
55

66
| Panel | Daemon | Supported |
7-
|--------|--------------| ------------------ |
7+
|--------|--------------|--------------------|
88
| 1.10.x | [email protected] | :white_check_mark: |
9-
| 0.7.x | [email protected] | :x: |
9+
| 0.7.x | [email protected] | :x: |
1010

1111

1212
## Reporting a Vulnerability
1313

14-
Please reach out directly to any project team member on Discord when reporting a security vulnerability, or you can send an email to `dane@pterodactyl.io`.
14+
Please reach out directly to any project team member on Discord when reporting a security vulnerability, or you can email `matthew@pterodactyl.io`.
1515

1616
We make every effort to respond as soon as possible, although it may take a day or two for us to sync internally and determine the severity of the report and its impact. Please, _do not_ use a public facing channel or GitHub issues to report sensitive security issues.
1717

0 commit comments

Comments
 (0)