diff --git a/.gitignore b/.gitignore index 2743837c..7867ab3b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,4 @@ .env -package-lock.json -.vscode/ -node_modules/ +.vscode +node_modules serviceAccount.json -package.json \ No newline at end of file diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 00000000..b0be0081 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,18 @@ +# Security Policy + +## Supported Versions + +| Version | Supported | +| ------- | ------------------ | +| 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