From 6b83efd81bdd833e9ece488ae5c31adf994cda21 Mon Sep 17 00:00:00 2001 From: Sadiq Rahmati Date: Fri, 23 Aug 2024 21:05:49 +0330 Subject: [PATCH] Create SECURITY.md --- SECURITY.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..3c4335f --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,25 @@ +# Security Policy + +## Supported Versions + +The following versions of the project are currently supported with security updates: + +| Version | Supported | +| ------- | ------------------ | +| v2.1.2 | :white_check_mark: | +| < v2.1.2| :x: | + +## Reporting a Vulnerability + +To report a security vulnerability in `effdsl`, follow these steps: + +1. **Report the Issue:** + - Submit detailed descriptions of vulnerabilities as issues on the [GitHub Issues page](https://github.com/sdqri/effdsl/issues). Include as much information as possible, such as steps to reproduce, potential impact, and any relevant screenshots or logs. + +2. **Communication:** + - Reports will be acknowledged as soon as possible. Updates on the progress of addressing the issue will be provided throughout the resolution process. + +3. **Resolution and Disclosure:** + - If a vulnerability is confirmed, I will try to address it promptly. A patch will be released in a new version, and the status of affected versions will be updated on the [GitHub Releases page](https://github.com/sdqri/effdsl/releases). Relevant documentation will be updated accordingly. + +Thank you for helping to keep `effdsl` secure!