From 39a6d4d9cfb14466419723bd27116e2cf915762f Mon Sep 17 00:00:00 2001 From: ocket8888 Date: Wed, 17 Jun 2020 17:28:56 -0600 Subject: [PATCH 1/3] Updated list of releases receiving security updates --- SECURITY.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index ac3c0b2831..15d5848562 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -5,8 +5,11 @@ | Version | Supported | | ------- | ------------------ | | < 2.2 | :x: | -| 2.2.x | :white_check_mark: | -| 3.0.x | :white_check_mark: | +| 2.2.x | :x: | +| 3.0.x | :x: | +| 3.1.x | :white_checkmark: | +| 4.0.x | :white_checkmark: | +| 4.1.x | :white_checkmark: | ## Reporting a Vulnerability Contact the [Apache Software Foundation Security Team](mailto:security@trafficcontrol.apache.org) From ba08f165951ad794d7eef83fcc08cdc62d4ac552 Mon Sep 17 00:00:00 2001 From: ocket8888 Date: Wed, 17 Jun 2020 17:32:57 -0600 Subject: [PATCH 2/3] Fixed typo --- SECURITY.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index 15d5848562..75afb0c99c 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -7,9 +7,9 @@ | < 2.2 | :x: | | 2.2.x | :x: | | 3.0.x | :x: | -| 3.1.x | :white_checkmark: | -| 4.0.x | :white_checkmark: | -| 4.1.x | :white_checkmark: | +| 3.1.x | :white_check_mark: | +| 4.0.x | :white_check_mark: | +| 4.1.x | :white_check_mark: | ## Reporting a Vulnerability Contact the [Apache Software Foundation Security Team](mailto:security@trafficcontrol.apache.org) From 568f8ea6b3a2e2c04294a6cc5bea466f3ae1e6f0 Mon Sep 17 00:00:00 2001 From: ocket8888 Date: Thu, 18 Jun 2020 11:03:10 -0600 Subject: [PATCH 3/3] Fixed erroneously reporting support for 4.0.x --- SECURITY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SECURITY.md b/SECURITY.md index 75afb0c99c..ece29a0739 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -8,7 +8,7 @@ | 2.2.x | :x: | | 3.0.x | :x: | | 3.1.x | :white_check_mark: | -| 4.0.x | :white_check_mark: | +| 4.0.x | :x: | | 4.1.x | :white_check_mark: | ## Reporting a Vulnerability