From 9a74f4dfe201be8e5832e7b56f9c60592aa047bb Mon Sep 17 00:00:00 2001 From: Alexa Amundson <118287761+blackboxprogramming@users.noreply.github.com> Date: Wed, 11 Mar 2026 20:55:34 -0500 Subject: [PATCH] Add SECURITY.md for vulnerability reporting --- SECURITY.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..d75eb71 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,18 @@ +# Security Policy + +## Reporting a Vulnerability + +If you discover a security vulnerability, please report it responsibly: + +1. **Do not** open a public GitHub issue +2. Email: amundsonalexa@gmail.com +3. Include a detailed description and steps to reproduce + +We will acknowledge receipt within 48 hours and provide a timeline for a fix. + +## Supported Versions + +| Version | Supported | +|---------|-----------| +| Latest | Yes | +| Older | No |