From 15f96c265514c6155bdd6561b1b0d7b31e5c43cf Mon Sep 17 00:00:00 2001 From: Esgr0bar <163046224+Esgr0bar@users.noreply.github.com> Date: Fri, 24 May 2024 11:18:10 +0200 Subject: [PATCH] Create SECURITY.md --- SECURITY.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..1e57d93 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,23 @@ +# Security Policy + +## Supported Versions + +| Version | Supported | +| ------- | ------------------ | +| 0.1.x | :white_check_mark: | + +## Reporting a Vulnerability + +To report a vulnerability, please follow these steps: + +1. **Contact Us**: Send an email to the maintainer or open an issue with details of the vulnerability. +2. **Details to Include**: Provide as much information as possible, including: + - A detailed description of the vulnerability. + - Steps to reproduce the issue. + - Any potential impacts of the vulnerability. + - Any suggestions for a fix, if available. +3. **Acknowledgment**: You will receive an acknowledgment of your report within 72 hours. +4. **Update Frequency**: We will provide updates on the status of the vulnerability at least once every 5 days. +5. **Resolution**: If the vulnerability is accepted, we will work on a fix and release an update as soon as possible. If it is declined, we will provide an explanation. + +We appreciate your efforts in keeping our project secure.