diff options
| author | Clément Michaud <clement.michaud34@gmail.com> | 2020-04-24 02:29:30 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-24 10:29:30 +1000 |
| commit | f92480b44bf932837687e2dfe7d50f456785f288 (patch) | |
| tree | 4ca8f5f811c1cfc3a618b3a26aa8f6dd77082fc3 /SECURITY.md | |
| parent | 1b8dccb8063b08b2ea2b10bb045cc965959eac5c (diff) | |
[DOCS] Add SECURITY.md and update README.md. (#906)
* Add SECURITY.md and update README.md.
* Align README.md and SECURITY.md with the security documentation.
Diffstat (limited to 'SECURITY.md')
| -rw-r--r-- | SECURITY.md | 13 |
1 files changed, 13 insertions, 0 deletions
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). |
