Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

## PR submitter checklist

- [ ] I have read [CONTRIBUTING.md](../CONTRIBUTING.md)
- [ ] I have read [CONTRIBUTING.md](https://github.com/php/pie/blob/HEAD/CONTRIBUTING.md)
- [ ] I discussed this <bug|feature> with the maintainers in #<issue_number> (complete as appropriate)
- [ ] I have added appropriate tests
- [ ] I confirm that I have the right to submit this under the project's open source licence
25 changes: 25 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Security Policy

## Supported Versions

The following versions will receive security updates.

| Version | Security updates |
| ------- | ------------------ |
| 1.5.x | :white_check_mark: |
| 1.4.x | :white_check_mark: |
| 1.3.x | :white_check_mark: |
| < 1.3 | :x: |

## Reporting a Vulnerability

Please do not publicly disclose security vulnerabilities.

If you discover something that you think may be a vulnerability, please
[report it **privately** on GitHub](https://docs.github.com/en/code-security/how-tos/report-and-fix-vulnerabilities/privately-reporting-a-security-vulnerability).

* Go to the [Security and Quality](https://github.com/php/pie/security) tab in the PIE repository.
* Click **Report a vulnerability** and fill in the form with as much information as possible.
* Hit submit, and we'll look into it as soon as possible.

Thank you for responsibly disclosing issues in PIE 🥧
Loading