From 87279a6c10252476e364aabab00f776417740489 Mon Sep 17 00:00:00 2001 From: Arnau Casas Saez <33383702+Casassarnau@users.noreply.github.com> Date: Sat, 28 Oct 2023 14:36:36 +0200 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 0000000..d0aee21 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,21 @@ +# Security Policy + +## Supported Versions + +We try to reach all Python versions for this project to be executed. For the moment this project is compatible with the following versions: + +| Version | Supported | +| ------- | ------------------ | +| >= 3.7 | :x: | +| 3.8 | :white_check_mark: | +| 3.9 | :white_check_mark: | +| 3.10 | :white_check_mark: | +| >= 3.11 | :question: | + +## Reporting a Vulnerability + +If a vulnerability is found please report it to the Github Issues. Please try to be detailed with your report and we will try to fix it as soon as possible. + +If you want also to develop a fix for the vulnerabilty that you found, we will be so happy to get your pull request for the issue that you reported! + +Thank you so much!