Skip to content

Commit 2d228f1

Browse files
authored
Merge pull request #616 from asgrim/add-security-policy
Add security policy
2 parents 5c3fa89 + 385d6c6 commit 2d228f1

2 files changed

Lines changed: 26 additions & 1 deletion

File tree

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
## PR submitter checklist
99

10-
- [ ] I have read [CONTRIBUTING.md](../CONTRIBUTING.md)
10+
- [ ] I have read [CONTRIBUTING.md](https://github.com/php/pie/blob/HEAD/CONTRIBUTING.md)
1111
- [ ] I discussed this <bug|feature> with the maintainers in #<issue_number> (complete as appropriate)
1212
- [ ] I have added appropriate tests
1313
- [ ] I confirm that I have the right to submit this under the project's open source licence

SECURITY.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Security Policy
2+
3+
## Supported Versions
4+
5+
The following versions will receive security updates.
6+
7+
| Version | Security updates |
8+
| ------- | ------------------ |
9+
| 1.5.x | :white_check_mark: |
10+
| 1.4.x | :white_check_mark: |
11+
| 1.3.x | :white_check_mark: |
12+
| < 1.3 | :x: |
13+
14+
## Reporting a Vulnerability
15+
16+
Please do not publicly disclose security vulnerabilities.
17+
18+
If you discover something that you think may be a vulnerability, please
19+
[report it **privately** on GitHub](https://docs.github.com/en/code-security/how-tos/report-and-fix-vulnerabilities/privately-reporting-a-security-vulnerability).
20+
21+
* Go to the [Security and Quality](https://github.com/php/pie/security) tab in the PIE repository.
22+
* Click **Report a vulnerability** and fill in the form with as much information as possible.
23+
* Hit submit, and we'll look into it as soon as possible.
24+
25+
Thank you for responsibly disclosing issues in PIE 🥧

0 commit comments

Comments
 (0)