From 196bdbe24611eec9730cafc210c8d23bc483aade Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Tue, 5 Oct 2021 15:36:57 +0200 Subject: [PATCH] Added SECURITIY.md (references #1643) --- .github/SECURITY.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/SECURITY.md diff --git a/.github/SECURITY.md b/.github/SECURITY.md new file mode 100644 index 00000000..da665cd9 --- /dev/null +++ b/.github/SECURITY.md @@ -0,0 +1,6 @@ +grocy is not an enterprise application and neither one you (should) host publicly (means without authentication) on the internet. + +So unless something really bad can be abused _unauthenticated_, +please just open a regular issue on the [GitHub issue tracker](https://github.com/grocy/grocy/issues/new/choose). + +You can also contact me directly, please see [berrnd.de](https://berrnd.de) for any contact information.