From ac1c849a279073cef9772310d47e04d68749bc38 Mon Sep 17 00:00:00 2001 From: Alberto Bertogli Date: Fri, 28 Jul 2023 01:43:19 +0100 Subject: [PATCH] docs: Document how to report a security issue Some systems, like GitHub, can use `docs/SECURITY.md` to inform users on how to report security issues. This patch adds one to the tree. It is not linked explicitly in mkdocs because the same information is already covered in the doc index and README already. --- docs/security.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/security.md diff --git a/docs/security.md b/docs/security.md new file mode 100644 index 0000000..9da9576 --- /dev/null +++ b/docs/security.md @@ -0,0 +1,9 @@ +# Reporting a security issue + +To privately report a suspected security issue, you can email +albertito@blitiri.com.ar, or do it via [GitHub's Security tab]. + +Thank you! + + +[GitHub's Security tab]: https://github.com/albertito/chasquid/security