From 9a57e41ff9591b071bc65f1e50216652fe317467 Mon Sep 17 00:00:00 2001 From: Jatin Varlyani Date: Mon, 9 Sep 2024 18:47:54 +0530 Subject: [PATCH] Create SECURITY.md --- SECURITY.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..dda99a8 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,29 @@ +# Security Policy + +## Supported Versions + +The following table outlines the versions of the project that are currently supported with security updates: + +| Version | Supported | +| ------- | ------------------ | +| 5.1.x | :white_check_mark: | +| 5.0.x | :x: | +| 4.0.x | :white_check_mark: | +| < 4.0 | :x: | + +## Reporting a Vulnerability + +If you discover a security vulnerability within this project, please follow the steps below to report it: + +- Contact: Send an email to security@example.com with the details of the vulnerability. +- Details: Include as much information as possible about the vulnerability, including: + +Steps to reproduce the issue +- Potential impact +- Any suggested fixes or mitigations + +- Acknowledgment: You will receive an acknowledgment of your report within 48 hours. +- Updates: You can expect to receive updates on the status of your report every 7 days. +- Resolution: If the vulnerability is accepted, we will work on a fix and release a security update as soon as possible. If the vulnerability is declined, we will provide a detailed explanation. + +We appreciate your efforts to responsibly disclose vulnerabilities and help us improve the security of our project.