From dd86d971c11c11b868d07071535af2a945ad9a28 Mon Sep 17 00:00:00 2001 From: tomsun28 Date: Fri, 9 Jun 2023 16:52:01 +0800 Subject: [PATCH] [doc] setup security policy (#1024) Signed-off-by: tomsun28 --- 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 00000000000..b3cdd857863 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,19 @@ +# Security Policy + +**[Version Releases](https://github.com/dromara/hertzbeat/releases)** + +## Supported Versions + +Use this section to tell people about which versions of your project are +currently being supported with security updates. + +| Version | Supported | +|-------------------|--------------------| +| Latest Version | :white_check_mark: | +| Any Other Version | :x: | + +## Reporting a Vulnerability + +Use this section to tell people how to report a vulnerability. + +Please submit your security report by this way [reporting-a-security-vulnerability](https://docs.github.com/en/code-security/security-advisories/guidance-on-reporting-and-writing/privately-reporting-a-security-vulnerability#privately-reporting-a-security-vulnerability)