From 5ecbc3be6b02297e703af420a8f9dfa45cb57095 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Fri, 9 Feb 2024 07:43:36 +0200 Subject: [PATCH 1/3] Add .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..3c3629e6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +node_modules From f14396dd88feca7afe74dff4db17a578611b6ae5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Fri, 9 Feb 2024 07:45:06 +0200 Subject: [PATCH 2/3] Security Policy - Add --- SECURITY.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 00000000..320487df --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,11 @@ +# Security Policy + +## Supported Versions + +| Version | Supported | +| ------- | ------------------ | +| 5.x.x | :x: | +| 4.x.x | :x: | +| 3.x.x | :x: | +| 2.x.x | :x: | +| 1.x.x | :white_check_mark: | From cd497e5b4771c7389eabd05d88cf20b6ea4578cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Fri, 9 Feb 2024 07:54:19 +0200 Subject: [PATCH 3/3] Security Policy - Update --- SECURITY.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index 320487df..b0be0081 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,8 +4,15 @@ | Version | Supported | | ------- | ------------------ | -| 5.x.x | :x: | -| 4.x.x | :x: | +| 6.x.x | :warning: | +| 5.x.x | :warning: | +| 4.x.x | :warning: | | 3.x.x | :x: | | 2.x.x | :x: | | 1.x.x | :white_check_mark: | + +:warning: Proprietary + +:white_check_mark: Supported + +:x: Unsupported