From 018f7eaa2ca5c3f874289143c4f05ea60b2257fa Mon Sep 17 00:00:00 2001 From: Alexa Amundson <118287761+blackboxprogramming@users.noreply.github.com> Date: Sun, 15 Mar 2026 23:28:36 -0500 Subject: [PATCH] Add security policy --- SECURITY.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..4559497 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,27 @@ +# Security Policy + +## Reporting a Vulnerability + +If you discover a security vulnerability in any BlackRoad OS product, please report it responsibly. + +**Email:** security@blackroad.io + +**Do NOT** open a public GitHub issue for security vulnerabilities. + +## Response Timeline + +- **Acknowledgment:** Within 24 hours +- **Initial Assessment:** Within 72 hours +- **Fix & Disclosure:** Coordinated with reporter + +## Scope + +This policy applies to all repositories under [BlackRoad-OS-Inc](https://github.com/BlackRoad-OS-Inc). + +## Supported Versions + +Only the latest version on the `main` branch is supported with security updates. + +--- + +Copyright (c) 2024-2026 BlackRoad OS, Inc. All rights reserved.