From 145b3b9422bb5b5095a6e5aa59aa66b749338b5a Mon Sep 17 00:00:00 2001 From: Leafd Date: Tue, 14 Oct 2025 19:33:46 -0600 Subject: [PATCH] chore: add security policy Updated the security policy to include version support and reporting guidelines. --- SECURITY.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..1330b3f --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,26 @@ +# Security Policy + +> **Note**: This security policy is specifically for the **Hackatime Desktop** application. For vulnerabilities related to the main Hackatime web app, please refer to the [hackclub/hackatime repository](https://github.com/hackclub/hackatime). + +## Supported Versions + +We are currently providing security updates for the following versions: + +| Version | Supported | +| ------- | ------------------ | +| 1.x.x | :white_check_mark: | + +## Reporting a Vulnerability + +If you discover a security vulnerability in this project, please report it through one of the following channels: + +- **Email**: sebastian@hackclub.com or security@leafd.dev +- **Hack Club Slack**: Send a direct message to @lfd + +Please include as much information as possible in your report: +- Description of the vulnerability +- Steps to reproduce +- Potential impact +- Any suggested fixes (optional) + +Thank you for helping me keep this project secure :)