From d093530e148dba6c0b80025a8213017b02193ea3 Mon Sep 17 00:00:00 2001
From: Yassine Doghri <yassine@doghri.fr>
Date: Sun, 20 Feb 2022 14:27:04 +0000
Subject: [PATCH] docs: add security section to contributing guidelines

---
 README.md                           |  6 +++---
 docs/src/contributing/guidelines.md | 12 +++++++++++-
 2 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 69d6dec8bc..f88062ae82 100644
--- a/README.md
+++ b/README.md
@@ -42,9 +42,9 @@ ways to get started.
 
 > **Note**
 >
-> Contributions must be made on
-> [the original repository](https://code.castopod.org/adaures/castopod) to be
-> accepted.
+> **Any** contribution made on a repository other than
+> [the original repository](https://code.castopod.org/adaures/castopod) will not
+> be accepted.
 
 ## Contact
 
diff --git a/docs/src/contributing/guidelines.md b/docs/src/contributing/guidelines.md
index 81f1ad69a9..1a53c89e09 100644
--- a/docs/src/contributing/guidelines.md
+++ b/docs/src/contributing/guidelines.md
@@ -15,10 +15,14 @@ developers managing and developing this open source project. In return, they
 should reciprocate that respect in addressing your issue or assessing patches
 and features.
 
-⚠️ Note that **any** contribution made on a repository other than
+::: info Note
+
+**Any** contribution made on a repository other than
 [the original repository](https://code.castopod.org/adaures/castopod) will not
 be accepted.
 
+:::
+
 ## Using the issue tracker
 
 The [issue tracker](https://code.castopod.org/adaures/castopod/-/issues) is the
@@ -26,6 +30,12 @@ preferred channel for [bug reports](#bug-reports),
 [features requests](#feature-requests) and
 [submitting pull requests](#pull-requests).
 
+## ⚠️ Security issues and vulnerabilities
+
+If you encounter any security issue or vulnerability in the Castopod source,
+please contact us directly by email at
+[security@castopod.org](mailto:security@castopod.org)
+
 ## Bug reports
 
 A bug is a _demonstrable problem_ that is caused by the code in the repository.
-- 
GitLab