From 99830d95f66c71898eeaa3bf77d4564883ee19fb Mon Sep 17 00:00:00 2001
From: Clement Michaud <clement.michaud34@gmail.com>
Date: Sun, 19 Jan 2020 11:58:23 +0100
Subject: [PATCH] Add a section on vulnerability reporting under security in
 README.

---
 README.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/README.md b/README.md
index 90f566b6..2b2830b3 100644
--- a/README.md
+++ b/README.md
@@ -87,10 +87,18 @@ This guide will show you how to deploy it on bare metal as well as on
 
 ## Security
 
+### Security measures
+
 If you want more information about the security measures applied by
 **Authelia** and some tips on how to set up **Authelia** in a secure way,
 refer to [Security](./docs/security.md).
 
+### Vulnerability report
+
+Security is taken very seriously here, therefore we follow the rule of responsible disclosure and we encourage you to do so.
+
+Would you like to report any vulnerability discovered in Authelia, please first contact **clems4ever** on [Matrix](https://riot.im/app/#/room/#authelia:matrix.org) or by [email](mailto:clement.michaud34@gmail.com).
+
 ## Changelog & Breaking changes
 
 See [CHANGELOG.md](./CHANGELOG.md) and [BREAKING.md](./BREAKING.md).