From f2b99722e3f87848fe94b2f967fd05f93ac4fb54 Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Fri, 30 May 2025 11:03:54 +0200 Subject: [PATCH] Create SECURITY.md --- SECURITY.md | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..2a6f87b --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,41 @@ +# 🔒 Security Policy + +## 📅 Supported Versions + +We actively maintain the latest release of ProxMenux. Only the most recent version receives security updates. + +| Version | Supported | +| ------- | --------- | +| Latest | ✅ | +| Older versions | ❌ | + +## 📢 Reporting a Vulnerability + +If you discover a **security vulnerability**, please help us keep the community safe by reporting it **privately**. + +**Do not report vulnerabilities in public GitHub Issues or Discussions.** + +### 📬 Contact + +To report a vulnerability, email: + +**📧 proxmenux@macrimi.pro** + +Please include as much detail as possible, including: + +- Steps to reproduce the issue +- A description of the impact +- Any known mitigations + +We aim to respond as soon as possible, typically within **48 hours**. + +## ⚠️ Coordinated Disclosure + +We follow responsible disclosure principles. If a vulnerability is confirmed, we will: + +1. Work on a fix immediately. +2. Inform you of the resolution status. + +--- + +🔐 Thank you for helping make ProxMenux a safer project for everyone!