From 9aab35995ddb86259bef15b293e7454a3cf0a5a5 Mon Sep 17 00:00:00 2001 From: Stefan Schneider Date: Mon, 26 Jul 2021 09:02:53 +0200 Subject: [PATCH] Create SECURITY.md --- SECURITY.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 000000000..0c236eb3c --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,15 @@ +# Security Policy + +## Supported Versions + +`coord-sim` is not actively developed at the moment and no new features are expected for now. +The same goes for security updates. + +`coord-sim` is meant for reasearch and best used in an isolated environment. + +We will certainly try to fix reported issues, but there are no guarantees or warranties. + + +## Reporting a Vulnerability + +Best to report security vulnerabilities in GitHub issues or directly fix them with a pull request.