From 03f5c5117763fa9973a976254a84cc364ef3e5ea Mon Sep 17 00:00:00 2001 From: SowinskiBraeden Date: Thu, 7 Nov 2024 19:53:55 -0800 Subject: [PATCH] add SECURITY.md --- 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..2a6d1d2 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,18 @@ +# Security Policy + +## Supported Versions + +| Version | Supported | +| ------- | ------------------ | +| 13.x.x | :white_check_mark: | +| 5.x.x | :x: | +| < 5.0 | :x: | + +## Reporting a Vulnerability + +Use this section to tell people how to report a vulnerability. + +To report a volnerability you can either open an issue or contact me braeden@sowinski.dev. I will review the reported vulnerability and contact you +if I have any questions or clarifications. + +Thank you for helping to keep our repository safe to use for the community!