From 95db0708199b2cb7866775cc30c55588149f73d6 Mon Sep 17 00:00:00 2001 From: Haytham Abuelfutuh Date: Wed, 13 Sep 2023 14:38:17 -0700 Subject: [PATCH] Create SECURITY.md (#4030) Signed-off-by: Haytham Abuelfutuh --- SECURITY.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000000..35ac926758 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,13 @@ +# Security Policy + +## Supported Versions + +Flyte follows the n-1 model when it comes to patching security vulnerabilities. That means current (latest) release as well as the version before that will be patched regularly. + +## Reporting a Vulnerability + +Please use the button at the security tab under any of the repositories in flyte to report a potential vulnerability. If you are not sure which repository a vulnerability belongs to, +please use this one: https://github.com/flyteorg/flyte/security/ + +You should expect an acknowledgement of your report within the first 48 hours. Depending on the severity of the issue reported, the reporter may be contacted more frequently afterwards. +We do take every security issue very seriously and patch promptly when appropriate.