From 9537cd274252c5ac956c15ff267539327c9cf864 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jerzy=20Kami=C5=84ski?= <86363785+jrzkaminski@users.noreply.github.com> Date: Wed, 27 Dec 2023 15:40:41 +0300 Subject: [PATCH] Added SECURITY.md a security policy update just in case --- SECURITY.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..1aa7225 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,18 @@ +# Security Policy + +## Supported Versions + +Only the newer versions are currently provided with +the security updates since all the releases +are direct upgrades to a previous version. + +| Version | Supported | +| ------- | ------------------ | +| 1.2.x | :white_check_mark: | +| < 1.1.x | :x: | + +## Reporting a Vulnerability + +We have a private vulnerability report system set up via GitHub. +If it is not something sensevtive, +vulnerabilities can be reported or adressed in issues or PRs.