From 909d136b37fb1522f8ca08b34c4ddcc3f436e3f2 Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Sat, 11 Feb 2023 23:26:51 +0800 Subject: [PATCH] docs(github): add security policy (#885) --- .github/SECURITY.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/SECURITY.md diff --git a/.github/SECURITY.md b/.github/SECURITY.md new file mode 100644 index 0000000..5704dc7 --- /dev/null +++ b/.github/SECURITY.md @@ -0,0 +1,12 @@ +# Security Policy + +## Supported Versions + +| Version | Supported | +|---------| ------------------ | +| 5.x | :white_check_mark: | +| < 5.0.0 | :x: | + +## Reporting a Vulnerability + +If you find a vulnerability, please report it to `cotes.chung@gmail.com`. We will try our best to respond within a week. Thank you for your time!