⚖️ docs: fix the security policy (#883)

* docs: fix the security policy

* better grammar and stuff

* add a version matrix

* LATEST hyprlink
This commit is contained in:
Adam Perkowski 2024-10-31 19:07:50 +01:00 committed by GitHub
parent a9fdfd1784
commit 663992b15d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

17
.github/SECURITY.md vendored
View File

@ -2,13 +2,20 @@
## Supported Versions ## 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.<br>
Version tags lower than the [latest stable release](https://github.com/ChrisTitusTech/linutil/releases/latest) are **not** supported.
| Branch | Supported |
| ------- | ---------------------- |
| Stable | :white_check_mark: YES |
| Dev | :x: NO |
| Version | Supported | | Version | Supported |
| ------- | ------------------ | | -------------------------------------------------- | ---------------------- |
| latest | :white_check_mark: | | [![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 |
| dev | :x: | | Below LATEST | :x: NO |
| Above LATEST | :x: NO |
## Reporting a Vulnerability ## 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).