From 8dcedea58c32ce4e8f6ead0a9f819b0500e5665e Mon Sep 17 00:00:00 2001 From: Dave Grantham Date: Tue, 14 Jul 2026 16:23:55 -0600 Subject: [PATCH] Revise SECURITY.md for supported versions and reporting Updated the security policy to reflect supported versions and reporting process. --- SECURITY.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..6f2de83 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,11 @@ +# Security Policy + +## Supported Versions + +| Version | Supported | +| ------- | ------------------ | +| 1.0.x | :white_check_mark: | + +## Reporting a Vulnerability + +Report any vulnerabilities by either emailing dwg@linuxprogrammer.org or redmike7@gmail.com. DO NOT file public issues in this repo.