From d335e3a8a60d599cfa3bac6fa60918ee674c0d4e Mon Sep 17 00:00:00 2001 From: Samuel <28898632+Mr-DJ@users.noreply.github.com> Date: Fri, 8 May 2026 18:23:12 -0700 Subject: [PATCH] draft: Add SECURITY.md Added supported versions and vulnerability reporting details. --- SECURITY.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 00000000..5f1c9f50 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,24 @@ +# Security Policy + +## Supported Versions +Use the table below to check if the version you are using is currently supported with security updates. + + +| Version | Supported | +| ------- | ------------------ | +| 2.1.x | :white_check_mark: | +| 2.0.x | :x: | +| 1.x | :x: | + +## Reporting a Vulnerability +We take the security of our software seriously. If you believe you have found a security vulnerability, please do NOT open a public issue. + +To report a vulnerability, please email [security-contact@example.com]. + +Please include the following information in your report: +* The type of issue (e.g., SQL injection, buffer overflow) +* Detailed steps to reproduce the issue +* Impact of the vulnerability +* Any potential mitigations you are aware of + +We will acknowledge your report within [X] hours and provide a timeline for a fix.