From db0863255409bfb78aff5b43455a237228146c29 Mon Sep 17 00:00:00 2001 From: Claire Date: Tue, 8 Apr 2025 09:18:56 +0200 Subject: [PATCH] Remove 4.1 support from SECURITY.md (#34384) --- SECURITY.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index 43ab4454c4..26c06e67f8 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -13,9 +13,8 @@ A "vulnerability in Mastodon" is a vulnerability in the code distributed through ## Supported Versions -| Version | Supported | -| ------- | ---------------- | -| 4.3.x | Yes | -| 4.2.x | Yes | -| 4.1.x | Until 2025-04-08 | -| < 4.1 | No | +| Version | Supported | +| ------- | --------- | +| 4.3.x | Yes | +| 4.2.x | Yes | +| < 4.2 | No |