From 82a3016a677401d4a97d91b07f83d73c8c231566 Mon Sep 17 00:00:00 2001 From: Peter Wilson Date: Wed, 30 Nov 2022 22:31:53 +0000 Subject: [PATCH] Security: Update supported WordPress versions in security policy. Removes WordPress versions 3.7.x-4.0.x from the list of supported versions in the security policy. Props audrasjb, peterwilsoncc. Fixes #57217. git-svn-id: https://develop.svn.wordpress.org/trunk@54918 602fd350-edb4-49c9-b593-d223f7449a82 --- SECURITY.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index 7fe5c619f7..11ff150d7f 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -30,11 +30,7 @@ currently being supported with security updates. | 4.3.x | :white_check_mark: | | 4.2.x | :white_check_mark: | | 4.1.x | :white_check_mark: | -| 4.0.x | :white_check_mark: | -| 3.9.x | :white_check_mark: | -| 3.8.x | :white_check_mark: | -| 3.7.x | :white_check_mark: | -| < 3.7.0 | :x: | +| < 4.1.0 | :x: | ## Reporting a Vulnerability