From 7d59bbad881c104cd33f0c63679287c9015ca56c Mon Sep 17 00:00:00 2001 From: Alexander Skvortsov <38059171+askvortsov1@users.noreply.github.com> Date: Mon, 30 Aug 2021 15:43:52 -0400 Subject: [PATCH] Move SECURITY.md file to central org repo --- framework/core/.github/SECURITY.md | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 framework/core/.github/SECURITY.md diff --git a/framework/core/.github/SECURITY.md b/framework/core/.github/SECURITY.md deleted file mode 100644 index 2f679aa7d..000000000 --- a/framework/core/.github/SECURITY.md +++ /dev/null @@ -1,13 +0,0 @@ -# Security Policy - -## Versions - -Due to the nature of our project - being open source - we have decided to patch only the latest major release (currently v1.x) for security vulnerabilities. - -## How to disclose - -Please use [huntr.dev](https://huntr.dev/) for security issues that affect our project. If you believe you have found a vulnerability, please disclose it via [this form](https://huntr.dev/bounties/disclose/?target=https://github.com/flarum/core). - -This will enable us to **review** the vulnerability, **fix** it promptly, and **reward** you for your efforts. - -If you have any questions about the process, feel free to reach out to security@huntr.dev or security@flarum.org.