From b7be0f488883fa7b3c592dfd21650d8d07204851 Mon Sep 17 00:00:00 2001 From: Michael Vorburger Date: Sun, 2 Jun 2024 17:37:04 +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 0000000..ae40d2d --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,17 @@ +# Security Policy + +## Supported Versions + +The following versions of this project are currently supported with security updates: + +| Version | Supported | +| ------- | ------------------ | +| `main` | :white_check_mark: | +| 3.2.x | :white_check_mark: | +| Older | :x: | + +## Reporting a Vulnerability + +Email https://github.com/vorburger. (You can find the email address in the `git log` after you `git clone` this repo.) + +Or contact https://tidelift.com/security who will get in touch with me.