From 2e133dd0fb5aa13b050c7014405ebf09cc735adb Mon Sep 17 00:00:00 2001 From: Olivier Lambert Date: Fri, 13 May 2022 10:58:55 +0200 Subject: [PATCH] feat: create SECURITY.md (#6176) Co-authored-by: Jon Sands --- 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 000000000..eef26c268 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,17 @@ +# Security Policy + +## Supported Versions + +We apply patches and fix security issues for the following versions: + +| Version | Supported | +| ------- | ------------------ | +| XOA `latest` | :white_check_mark: | +| XOA `stable` | :white_check_mark: | +| `master` branch | :white_check_mark: | +| anything else | :x: | + +## Reporting a Vulnerability + +If you discover a vulnerability, you should contact us by sending an email to security at vates dot fr +From there, we'll discuss how to deal with it and prepare a dedicated mitigation.