From cb3c47477aa86f8d82639462cb6ed919db1c20a0 Mon Sep 17 00:00:00 2001 From: daimond113 Date: Sat, 22 Feb 2025 22:22:04 +0100 Subject: [PATCH] docs: update security policy --- SECURITY.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index b978efc..4711ebc 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -3,23 +3,26 @@ ## Supported Versions As pesde is currently in version 0.x, we can only guarantee security for: -- **The latest minor** (currently 0.5). + +- **The latest minor** (currently 0.6). - **The latest release candidate for the next version**, if available. When a new minor version is released, the previous version will immediately lose security support. + > **Note:** This policy will change with the release of version 1.0, which will include an extended support period for versions >=1.0. | Version | Supported | | ------- | ------------------ | -| 0.5.x | :white_check_mark: | -| < 0.5 | :x: | +| 0.6.x | :white_check_mark: | +| < 0.6 | :x: | ## Reporting a Vulnerability We encourage all security concerns to be reported at [pesde@daimond113.com](mailto:pesde@daimond113.com), along the following format: + - **Subject**: The subject must be prefixed with `[SECURITY]` to ensure it is prioritized as a security concern. - **Content**: - **Affected Versions**: Clearly specify which are affected by the issue. - - **Issue Details**: Provide a detailed description of the issue, including reproduction steps and/or a simple example, if applicable. + - **Issue Details**: Provide a detailed description of the issue, including reproduction steps and/or a simple example, if applicable. We will try to respond as soon as possible.