From 0d6c3730a2b29aedf6c5677a3f7d6d4d7b93e6b1 Mon Sep 17 00:00:00 2001 From: Lukas Masuch Date: Mon, 22 Nov 2021 21:42:15 +0100 Subject: [PATCH] Add Security Policy --- SECURITY.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 00000000..716f2430 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,18 @@ +# Security Policy + +## Supported Versions + +We release security patches for the following versions: + +| Version | Supported | +| ------- | ------------------ | +| >= 0.13.x | :white_check_mark: | +| < 0.13 | :x: | + +## Reporting a Vulnerability + +If you wish to report a security vulnerability -- thank you! -- we ask that you follow the following process: + +**Please do not report security vulnerabilities through public GitHub issues or disclose the vulnerability publicly until a fix is released!** + +Please report (suspected) security vulnerabilities to **[security@mltooling.org](mailto:security@mltooling.org)**. Please add a description of the issue, the steps you took to create the issue, affected versions, and if known, mitigations or fixes for the issue. We will evaluate the vulnerability and, if necessary, release a fix or mitigating steps to address it. We will contact you to let you know the outcome, and will credit you in the report. Once we have either a) published a fix, or b) declined to address the vulnerability for whatever reason, you are free to publicly disclose it.