From e6e460cf10c6465f3127e4ccb862f7b13a163139 Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Fri, 6 Dec 2019 17:00:35 +0300 Subject: [PATCH] Add security meta-doc [skip ci] --- .github/SECURITY.md | 6 ++++++ .github/move.yml | 24 ------------------------ 2 files changed, 6 insertions(+), 24 deletions(-) create mode 100644 .github/SECURITY.md delete mode 100644 .github/move.yml diff --git a/.github/SECURITY.md b/.github/SECURITY.md new file mode 100644 index 0000000..f713847 --- /dev/null +++ b/.github/SECURITY.md @@ -0,0 +1,6 @@ +# Security Policy + +Please use the [security issue form](https://www.yiiframework.com/security) to report to us any security issue you find in Yii. +DO NOT use the issue tracker or discuss it in the public forum as it will cause more damage than help. + +Please note that as a non-commerial OpenSource project we are not able to pay bounties at the moment. diff --git a/.github/move.yml b/.github/move.yml deleted file mode 100644 index 1589712..0000000 --- a/.github/move.yml +++ /dev/null @@ -1,24 +0,0 @@ -# Configuration for move-issues - https://github.com/dessant/move-issues - -# Delete the command comment when it contains no other content -deleteCommand: true - -# Close the source issue after moving -closeSourceIssue: true - -# Lock the source issue after moving -lockSourceIssue: false - -# Mention issue and comment authors -mentionAuthors: true - -# Preserve mentions in the issue content -keepContentMentions: false - -# Set custom aliases for targets -# aliases: -# r: repo -# or: owner/repo - -# Repository to extend settings from -# _extends: repo