From ffbcc9419ea3ba17fbd212831b132c715afcfc6b Mon Sep 17 00:00:00 2001 From: Andrew Weisbeck Date: Mon, 11 Mar 2024 01:29:22 -0400 Subject: [PATCH] Create SECURITY.md Created initial security policy that I will update later --- SECURITY.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..a9a43e6 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,16 @@ +# 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.0.1 | :white_check_mark: | +| 1.0.x | :x: | + + +## Reporting a Vulnerability + +Report a vulnerability by contacting the owner of this repository or mentioning it in issues - for now.