From 0d6aa5975ea3e4f8458f17da463b86a23a837ce5 Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Mon, 2 Mar 2026 19:26:23 -0800 Subject: [PATCH] =?UTF-8?q?docs:=20add=20SECURITY.md=20=E2=80=94=20respons?= =?UTF-8?q?ible=20disclosure=20policy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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..857417b --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,26 @@ +# Security Policy + +## Reporting a Vulnerability + +**Do not open a GitHub or Codeberg issue for security vulnerabilities.** + +Email: `security@circuitforge.tech` + +Include: +- A description of the vulnerability +- Steps to reproduce +- Potential impact +- Any suggested fix (optional) + +**Response target:** 72 hours for acknowledgement, 14 days for triage. + +We follow responsible disclosure — we will coordinate a fix and release before any +public disclosure and will credit you in the release notes unless you prefer to remain +anonymous. + +## Supported Versions + +| Version | Supported | +|---------|-----------| +| Latest release | ✅ | +| Older releases | ❌ — please upgrade |