From ed520ff80556cc312255b4ade6d998c327216280 Mon Sep 17 00:00:00 2001 From: Kyle Date: Fri, 16 Aug 2024 16:41:17 +0800 Subject: [PATCH] Fix contradictory phrase in SECURITY.md --- SECURITY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SECURITY.md b/SECURITY.md index f98eebf50..914e660b2 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,7 +4,7 @@ This project will always provide security fixes for the latest two released versions. E.g. if the latest version is v0.28.x, then we will provide security -fixes for both v0.28.x and v0.27.y, but no later versions. +fixes for both v0.28.x and v0.27.y, but no earlier versions. ## Reporting a Vulnerability