From 9696df19d52912394af9a2ff719151bb3ed2d7c7 Mon Sep 17 00:00:00 2001 From: ljf Date: Tue, 13 Jul 2021 19:49:38 +0200 Subject: [PATCH 1/2] [enh] Add security info --- README.md | 3 +++ SECURITY.md | 2 ++ issue_template.md | 2 ++ 3 files changed, 7 insertions(+) create mode 100644 SECURITY.md diff --git a/README.md b/README.md index a4f3fc9..4fe6a38 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ # issues General issue tracker for the YunoHost project + +**/!\ If you have found a security issue, please follow https://yunohost.org/en/security_team ** + diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..87743e9 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,2 @@ +# Security Policy +See https://yunohost.org/en/security_team diff --git a/issue_template.md b/issue_template.md index 53649b3..bd1f30b 100644 --- a/issue_template.md +++ b/issue_template.md @@ -4,6 +4,8 @@ about: When creating a bug report, please use the following template to determin --- +**/!\ If you have found a security issue, please follow https://yunohost.org/en/security_team ** + **How to post a meaningful bug report** 1. *Read this whole template first.* 2. *Determine if you are on the right place:* From d8e696ec63eb14ab9f2b07403e125256513a049c Mon Sep 17 00:00:00 2001 From: ljf Date: Tue, 13 Jul 2021 19:52:43 +0200 Subject: [PATCH 2/2] [fix] Small markdown typo --- README.md | 2 +- issue_template.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4fe6a38..d25b187 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # issues General issue tracker for the YunoHost project -**/!\ If you have found a security issue, please follow https://yunohost.org/en/security_team ** +**/!\ If you have found a security issue, please follow https://yunohost.org/en/security_team** diff --git a/issue_template.md b/issue_template.md index bd1f30b..a136c53 100644 --- a/issue_template.md +++ b/issue_template.md @@ -4,7 +4,7 @@ about: When creating a bug report, please use the following template to determin --- -**/!\ If you have found a security issue, please follow https://yunohost.org/en/security_team ** +**/!\ If you have found a security issue, please follow https://yunohost.org/en/security_team** **How to post a meaningful bug report** 1. *Read this whole template first.*