From 79daed6afa518aeb3cb0f5f44ad9785d8b33a46b Mon Sep 17 00:00:00 2001 From: Maksim Eltyshev Date: Wed, 3 Aug 2022 16:15:40 +0500 Subject: [PATCH] docs: Add security policy Closes #276 --- SECURITY.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 00000000..1dd2dfd5 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,13 @@ +# Security Policy + +## Supported Versions + +Most recent release. + +## Reporting a Vulnerability + +Please report any security issues you discovered to meltyshev@gmail.com. If the issue is confirmed, we will release a patch as soon as possible depending on complexity. + +**Do NOT create public issues on GitHub for security vulnerabilities.** + +Thank you for your contribution!