From 4c179c92695f1dce84006797bdfaf87675599f06 Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Tue, 7 Oct 2025 10:58:02 -0600 Subject: [PATCH] docs: Added the security policy --- SECURITY.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..d294aa6 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,15 @@ +# Security Policy + +## Supported Versions + +Only latest version of the software will be supported with security patches. + +| Version | Supported | +| -------- | ------------------ | +| latest | :white_check_mark: | + +## Reporting a Vulnerability + +If you find a vulnerability, please reach out to me via email (alex.j.tusa@gmail.com). +If you yourself decide you'd like to tackle a fix, please submit a PR with the fix and I'll review it as soon as +possible.