From 860f69438572f29159adfc67a21cec1cb5125ac1 Mon Sep 17 00:00:00 2001 From: John Niang Date: Wed, 6 Mar 2024 14:06:07 +0800 Subject: [PATCH] Mark the security policy for version 1.x as unsupported (#5450) #### What type of PR is this? /kind cleanup #### What this PR does / why we need it: Not long ago, we announced the cessation of maintenance for 1.x at . So we also need to to synchronize changes to security policies. #### Does this PR introduce a user-facing change? ```release-note None ``` --- SECURITY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SECURITY.md b/SECURITY.md index b8a22bed8..c2fa5cd93 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -11,7 +11,7 @@ Halo currently supports the versions listed below, where as: | Version | Supported | | ------- | ------------------ | | 0.x | :x: | -| 1.x | :white_check_mark: | +| 1.x | :x: | | 2.x | :white_check_mark: | ## Reporting a Vulnerability