Skip to content

Commit a724e9c

Browse files
committed
Add SECURITY.md file
The other day, Rodrigo and me noticed that WPCS does not have a published security policy (via a `SECURITY.md` file). This commit intends to add such a file, which should help inform security researchers how to disclose any findings they may have.
1 parent 469c18c commit a724e9c

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

.github/SECURITY.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Security Policy
2+
3+
## Supported Versions
4+
5+
The latest minor version of the `3.x` release series is supported for security updates.
6+
7+
## Reporting a Vulnerability
8+
9+
The WordPressCS team takes security bugs seriously. We appreciate your efforts to responsibly disclose your findings, and will make every effort to acknowledge your contributions.
10+
11+
**Please do not report or discuss security vulnerabilities through public GitHub issues, discussions, or pull requests.**
12+
13+
Issues can be reported privately to the maintainers by opening a [Security vulnerability report].
14+
15+
> [!CAUTION]
16+
> Please take note that while the WordPress organisation has a HackerOne program, the WordPress Coding Standards software is not covered by this program.
17+
> Full details of the WordPress Security Policy and the list of covered projects and infrastructure can be found on [HackerOne][WordPress HackerOne].
18+
19+
### Preferences
20+
21+
* Please provide detailed reports with reproducible steps and a clearly defined impact.
22+
* Include the version number of the vulnerable package in your report.
23+
* Fixes are most welcome.
24+
A private PR can be created from the security report to work on and discuss the patch.
25+
26+
[Security vulnerability report]: https://github.com/WordPress/WordPress-Coding-Standards/security/advisories/new
27+
[WordPress HackerOne]: https://hackerone.com/wordpress

0 commit comments

Comments
 (0)