From adcadb062546cd8889649ce97d74c7f3238cabc2 Mon Sep 17 00:00:00 2001 From: Jan Dvorak Date: Thu, 16 Jan 2025 09:33:27 +0100 Subject: [PATCH 1/2] Update SECURITY.md for Meteor 3 Update security for Meteor 3 and downgrade Meteor 2 for only major security issues. --- SECURITY.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SECURITY.md b/SECURITY.md index 278969b992..6f7cd97a4d 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,7 +4,8 @@ | Version | Support Status | ------- | -------------- -| 2.x.y | ✅ all security issues +| 3.x.y | ✅ all security issues +| 2.x.y | ⚠️ only major security issues | <= 1.12.x | ❌ no longer supported ## Reporting a Vulnerability From 1801cec9be04af0a8158a6eae78aef54e1cfbed5 Mon Sep 17 00:00:00 2001 From: Jan Dvorak Date: Fri, 14 Feb 2025 16:21:40 +0100 Subject: [PATCH 2/2] Add EOL date for Meteor 2.x Co-authored-by: Gabriel Grubba <70247653+Grubba27@users.noreply.github.com> --- SECURITY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SECURITY.md b/SECURITY.md index 6f7cd97a4d..aaf7b92c93 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -5,7 +5,7 @@ | Version | Support Status | ------- | -------------- | 3.x.y | ✅ all security issues -| 2.x.y | ⚠️ only major security issues +| 2.x.y | ⚠️ only major security issues (Until 2025-07) | <= 1.12.x | ❌ no longer supported ## Reporting a Vulnerability