From 663992b15d39f462b85a941acd7ae1697937defb Mon Sep 17 00:00:00 2001 From: Adam Perkowski Date: Thu, 31 Oct 2024 19:07:50 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9A=96=EF=B8=8F=20docs:=20fix=20the=20securi?= =?UTF-8?q?ty=20policy=20(#883)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * docs: fix the security policy * better grammar and stuff * add a version matrix * LATEST hyprlink --- .github/SECURITY.md | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/.github/SECURITY.md b/.github/SECURITY.md index 1a258e69..374f09aa 100644 --- a/.github/SECURITY.md +++ b/.github/SECURITY.md @@ -2,13 +2,20 @@ ## Supported Versions -It is recommended that you run the stable version as this is more tested and used by most. The dev branch is bleed-edge commits that are not well tested and aren't meant to be used in production environments +It is recommended that you use the stable branch as it's tested and used by most. The dev branch may contain bleeding-edge commits that are not well tested and are not meant to be used in production environments.
+Version tags lower than the [latest stable release](https://github.com/ChrisTitusTech/linutil/releases/latest) are **not** supported. -| Version | Supported | -| ------- | ------------------ | -| latest | :white_check_mark: | -| dev | :x: | +| Branch | Supported | +| ------- | ---------------------- | +| Stable | :white_check_mark: YES | +| Dev | :x: NO | + +| Version | Supported | +| -------------------------------------------------- | ---------------------- | +| [![LATEST](https://img.shields.io/github/v/release/ChrisTitusTech/linutil?color=%230567ff&label=Latest&style=for-the-badge)](https://github.com/ChrisTitusTech/linutil/releases/latest) | :white_check_mark: YES | +| Below LATEST | :x: NO | +| Above LATEST | :x: NO | ## Reporting a Vulnerability -I'd recommend making an Issue for reporting a bug. If you would like privately submit the bug you can email me at contact@christitus.com +If you have any reason to believe there are security vulnerabilities in Linutil, fill out the [report form](https://github.com/christitustech/linutil/security/advisories/new) or e-mail [contact@christitus.com](mailto:contact@christitus.com).