From 045414f2ba60d05f76106a387fe57c752217a747 Mon Sep 17 00:00:00 2001 From: Chris Hatch Date: Wed, 10 Aug 2022 15:42:25 +0700 Subject: [PATCH 1/2] gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 05e7cdc27..14c2410e3 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ yarn-debug.log* yarn-error.log* yarn.lock +.gitsigners From 9891d8e672bfe2d3924595db6b677d0325621cac Mon Sep 17 00:00:00 2001 From: Simontrinh0911 <111838672+simontrinh0911@users.noreply.github.com> Date: Fri, 9 Sep 2022 23:59:21 +0200 Subject: [PATCH 2/2] Create SECURITY.md --- SECURITY.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 000000000..034e84803 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,21 @@ +# 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 | +| ------- | ------------------ | +| 5.1.x | :white_check_mark: | +| 5.0.x | :x: | +| 4.0.x | :white_check_mark: | +| < 4.0 | :x: | + +## Reporting a Vulnerability + +Use this section to tell people how to report a vulnerability. + +Tell them where to go, how often they can expect to get an update on a +reported vulnerability, what to expect if the vulnerability is accepted or +declined, etc.