From e5d91d0b9b51a4976f2b00d0133115f8cbf42170 Mon Sep 17 00:00:00 2001 From: zijiren <84728412+zijiren233@users.noreply.github.com> Date: Thu, 5 Oct 2023 10:09:07 -0500 Subject: [PATCH] Create SECURITY.md (#8) --- SECURITY.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..58f660f --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,19 @@ +# Security Policy + +## Supported Versions + +Use this section to tell people about which versions of your project are +currently being supported with security updates. + +| Version | Supported | +| ------- | ------------------ | +| 0.x.x | :white_check_mark: | +| dev | :x: | + +## Reporting a Vulnerability + +If you believe you have found a security vulnerability, please report it immediately by creating a new issue in the issue tracker. + +We take all security vulnerabilities seriously and will respond to your report as quickly as possible. + +Thank you for helping to keep our project secure!