From db3335bbf761d15030c9958fa9fbff5bd33d3d4b Mon Sep 17 00:00:00 2001 From: dai <72147841+daimond113@users.noreply.github.com> Date: Fri, 20 Dec 2024 19:06:35 +0100 Subject: [PATCH] docs: add 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..b978efc --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,25 @@ +# Security Policy + +## Supported Versions + +As pesde is currently in version 0.x, we can only guarantee security for: +- **The latest minor** (currently 0.5). +- **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: | + +## 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. + +We will try to respond as soon as possible.