summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md8
-rw-r--r--SECURITY.md13
2 files changed, 18 insertions, 3 deletions
diff --git a/README.md b/README.md
index ab052e3cf..9509050be 100644
--- a/README.md
+++ b/README.md
@@ -99,15 +99,17 @@ This guide will show you how to deploy it on bare metal as well as on
## Security
-Security is taken very seriously here, therefore we follow the rule of responsible
-disclosure and we encourage you to do so.
+Authelia takes security very seriously. We follow the rule of
+[responsible disclosure](https://en.wikipedia.org/wiki/Responsible_disclosure), and we
+encourage the community to as well.
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).
For details about security measures implemented in Authelia, please follow
-this [link](https://docs.authelia.com/security/measures.html).
+this [link](https://docs.authelia.com/security/measures.html) and for reading about
+the threat model follow this [link](https://docs.authelia.com/security/threat-model.html).
## Breaking changes
diff --git a/SECURITY.md b/SECURITY.md
new file mode 100644
index 000000000..fede542d7
--- /dev/null
+++ b/SECURITY.md
@@ -0,0 +1,13 @@
+# Security
+
+Authelia takes security very seriously. We follow the rule of
+[responsible disclosure](https://en.wikipedia.org/wiki/Responsible_disclosure), and we
+encourage the community to as well.
+
+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).
+
+For details about security measures implemented in Authelia, please follow
+this [link](https://docs.authelia.com/security/measures.html) and for reading about
+the threat model follow this [link](https://docs.authelia.com/security/threat-model.html).