From 6864ceed9adb1e7e00191bab0259fbc96fb534d4 Mon Sep 17 00:00:00 2001 From: Matthias Kittsteiner Date: Fri, 3 May 2024 16:47:56 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=92=EF=B8=8F=20Add=20Patchstack=20secu?= =?UTF-8?q?rity=20policy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++++ SECURITY.md | 14 ++++++++++++++ readme.txt | 4 ++++ 3 files changed, 22 insertions(+) create mode 100644 SECURITY.md diff --git a/README.md b/README.md index 71c26df..f7133c8 100644 --- a/README.md +++ b/README.md @@ -59,3 +59,7 @@ We are [Epiph.yt](https://epiph.yt/), your friendly neighborhood WordPress plugi ## License Block Control is free software, and is released under the terms of the GNU General Public License version 2 or (at your option) any later version. See [LICENSE.md](LICENSE.md) for complete license. + +## How can I report security bugs? + +You can report security bugs through the Patchstack Vulnerability Disclosure Program. The Patchstack team help validate, triage and handle any security vulnerabilities. [Report a security vulnerability.](https://patchstack.com/database/vdp/block-control) diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..c6b01a9 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,14 @@ +# Security Policy + +## Supported Versions + +We usually only support the latest major version. + +| Version | Supported | +| ------- | ------------------ | +| 1.1.x | :white_check_mark: | +| < 1.1 | :x: | + +## How can I report security bugs? + +You can report security bugs through the Patchstack Vulnerability Disclosure Program. The Patchstack team help validate, triage and handle any security vulnerabilities. [Report a security vulnerability.](https://patchstack.com/database/vdp/block-control) diff --git a/readme.txt b/readme.txt index e548605..540e66b 100644 --- a/readme.txt +++ b/readme.txt @@ -66,6 +66,10 @@ We are [Epiph.yt](https://epiph.yt/), your friendly neighborhood WordPress plugi You can contribute to the code on [GitHub](https://github.com/epiphyt/block-control). += How can I report security bugs? = + +You can report security bugs through the Patchstack Vulnerability Disclosure Program. The Patchstack team help validate, triage and handle any security vulnerabilities. [Report a security vulnerability.](https://patchstack.com/database/vdp/block-control) + == Changelog == = 1.1.12 =