From d59e7579fd81d18b97acdca3fc570f2cb9926559 Mon Sep 17 00:00:00 2001 From: Hugo ter Doest Date: Mon, 1 Nov 2021 15:31:24 +0100 Subject: [PATCH] Create SECURITY.md --- SECURITY.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 000000000..2aad20680 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,23 @@ +# Security Policy + +## + +We run dependabot and Github's CodeQL analysis to detect security problems. + +## Supported Versions + +Use this section to tell people about which versions of your project are +currently being supported with security updates. + +| Version | Supported | +| ------- | ------------------ | +| 5.1.10 | :white_check_mark: | +| 5.0.x | :x: | +| 4.0.x | :x: | +| < 4.0 | :x: | + +## Reporting a Vulnerability + +If you find a vulnerability please report a security issue in the Issues section of the repository. If you know how to fix it, create a pull request. + +We will analyse the issue, and repair it a.s.a.p.