From db25c17679b6ce9abd4acb1d31cb65dd231f4fb0 Mon Sep 17 00:00:00 2001 From: Murat Cakir Date: Sat, 9 Oct 2021 02:48:31 +0200 Subject: [PATCH] Create SECURITY.md --- SECURITY.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 000000000..5dc0745ed --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,17 @@ +# Security Policy + +## Supported Versions + +Only the `master` branch of the application will receive security updates. +Depending on the issue severity, security updates may or may not be applied to any previously published or released versions. + +A new release version of the library will be published, _if required_, to address any security updates. + + +## Reporting a Vulnerability + +Please report any _sensitive_, _critical_, or _urgent_ vulnerablities by using our contact form saying +you need to communicate an important security issue. + +After assessing the issue, we will work out how we will handle the matter and let you know how to proceed. If the vulnerablity is neither _sensitive_, _critical_, or _urgent_, +please just create a new issue as per normal.