From a8e815aaa0dc342d6c656f40d1074899dadc8db8 Mon Sep 17 00:00:00 2001 From: Cell <1024@lruihao.cn> Date: Fri, 1 Dec 2023 00:56:39 +0800 Subject: [PATCH] :page_facing_up: Docs: add Security Policy --- SECURITY.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 00000000..9e60622d --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,14 @@ +# Security Policy + +## Supported Versions + +| Version | Supported | LoveIt Compatibility | +| :-----------: | :----------------: | :------------------: | +| 0.1.x | :x: | :white_check_mark: | +| 0.2.x ~ 0.5.x | :x: | :white_check_mark: | +| 0.5.x ~ 1.0 | :white_check_mark: | :x: | +| > 1.0 | :white_check_mark: | :x: | + +## Reporting a Vulnerability + +If you want to report a vulnerability, create a new issue at https://github.com/hugo-fixit/FixIt/issues. Any vulnerabilities will be fixed as soon as possible.