Skip to content

Commit 437df50

Browse files
authored
Merge pull request #473 from PHPCSStandards/feature/add-security-file
Add `security.md` file
2 parents bb39fb5 + ae52975 commit 437df50

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/SECURITY.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Security Policy
2+
3+
## Supported Versions
4+
5+
The latest patch version of the `1.x` release series is supported for security updates.
6+
7+
## Reporting a Vulnerability
8+
9+
PHPCSUtils is a developer tool and should generally not be used in a production (web accessible) environment.
10+
11+
Having said that, responsible disclosure of security issues is highly appreciated.
12+
13+
**Please do not report or discuss security vulnerabilities through public GitHub issues, discussions, or pull requests.**
14+
15+
Issues can be reported privately to the maintainers by opening a [Security vulnerability report](https://github.com/PHPCSStandards/PHPCSUtils/security/advisories/new).
16+
17+
### Preferences
18+
19+
* Please provide detailed reports with reproducible steps and a clearly defined impact.
20+
* Include the version number of the vulnerable package in your report.
21+
* Fixes are most welcome.
22+
A private PR can be created from the security report to work on and discuss the patch.

0 commit comments

Comments
 (0)