From 1650ce7adb6d6a70f8be1dc7bae766ff892eadb3 Mon Sep 17 00:00:00 2001 From: Vladimir Schneider Date: Sun, 7 May 2023 08:09:04 -0400 Subject: [PATCH] Create SECURITY.md --- SECURITY.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 000000000..8d04f4137 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,21 @@ +# Security Policy + +## Supported Versions + +The following versions are supported. The current version is 0.64.x and is actively developed and maintained. +Version 0.42.x is still widely used and vulnerabilities can be addressed +in this version if they are critical. + +| Version | Supported | +| ------- | ------------------ | +| 0.64.x | :white_check_mark: | +| 0.50.x | :x: | +| 0.42.x | :white_check_mark: | +| < 0.42.x | :x: | + +## Reporting a Vulnerability + +Please report vulnerabilities by opening an issue. You can additionally report vulnerabilities +by e-mail on the GitHub account. + +I will do my best to address vulnerabilities as soon as possible with a new patch release.