Skip to content

Commit

Permalink
Merge pull request #121 from PHPCSStandards/feature/add-security-file
Browse files Browse the repository at this point in the history
Add `security.md` file
  • Loading branch information
jrfnl authored May 19, 2023
2 parents d93d473 + 2fc7f50 commit 90221ae
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Security Policy

## Supported Versions

The latest patch version of the `1.x` release series is supported for security updates.

## Reporting a Vulnerability

PHPCSDevTools is a developer tool and should generally not be used in a production (web accessible) environment.

Having said that, responsible disclosure of security issues is highly appreciated.

**Please do not report or discuss security vulnerabilities through public GitHub issues, discussions, or pull requests.**

Issues can be reported privately to the maintainers by opening a [Security vulnerability report](https://github.com/PHPCSStandards/PHPCSDevTools/security/advisories/new).

### Preferences

* Please provide detailed reports with reproducible steps and a clearly defined impact.
* Include the version number of the vulnerable package in your report.
* Fixes are most welcome.
A private PR can be created from the security report to work on and discuss the patch.

0 comments on commit 90221ae

Please sign in to comment.