From 5055616101b644a0b7089b654691817e00de38cc Mon Sep 17 00:00:00 2001 From: Sanket Sudake Date: Wed, 6 Oct 2021 16:06:58 +0530 Subject: [PATCH] Add security policy (#2217) * Add security policy * Update SECURITY.md --- 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 00000000..6c184858 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,17 @@ +# Security Policy + +## Supported Versions + +Please refer using [latest stable release](https://github.com/fission/fission/releases/latest) of Fission. + +| Version | Supported | +| ------- | ------------------ | +| >=1.14.x | :white_check_mark: | +| < 1.14.0 | :x: | + +## Reporting a Vulnerability + +Please send the details to both of us: + +- Sanket Sudake sanket@infracloud.io +- Vishal Biyani vishal@infracloud.io