From 63c8be57bf124fd5470b759abdf90d4db0c44b5f Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Sat, 11 Jun 2022 15:16:43 -0400 Subject: Add more .github files (#162) added `CODE_OF_CONDUCT.md`, `SECURITY.md`, and `SUPPORT.md` moved `CONTRIBUTING.md` to .github updated `README.md` added some of my files to `CODEOWNERS` --- .github/SECURITY.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/SECURITY.md (limited to '.github/SECURITY.md') diff --git a/.github/SECURITY.md b/.github/SECURITY.md new file mode 100644 index 00000000..7510a34d --- /dev/null +++ b/.github/SECURITY.md @@ -0,0 +1,16 @@ +# Security Policy + +## Supported Versions + +The following versions of the mod support security updates. + +| Version | Supported | +| ------- | ------------------ | +| > 2.0 | :x: | +| 2.0.x | :white_check_mark: | +| 2.1.x | :white_check_mark: | + +## Reporting a Vulnerability + +Please report vulnerabilities in our [discord server](https://discord.gg/moulberry) by creating a new +ticket in #bot-commands with the command `/new `. -- cgit From b8f012f3a8dcdb2e700401d2c19208d9abf38d49 Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 5 Sep 2022 18:16:13 -0400 Subject: Update SECURITY.md (#258) Hi! My understanding is that this table should say that that less than 2.0 is not supported but 2.1.x and 2.0.x is supported. Otherwise there should be a new line in the table for pre 2.0, yes? --- .github/SECURITY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/SECURITY.md') diff --git a/.github/SECURITY.md b/.github/SECURITY.md index 7510a34d..7ddab381 100644 --- a/.github/SECURITY.md +++ b/.github/SECURITY.md @@ -6,7 +6,7 @@ The following versions of the mod support security updates. | Version | Supported | | ------- | ------------------ | -| > 2.0 | :x: | +| < 2.0 | :x: | | 2.0.x | :white_check_mark: | | 2.1.x | :white_check_mark: | -- cgit