From 053a928b98a604de36b02e6308627f9cb59662c0 Mon Sep 17 00:00:00 2001 From: mesilov Date: Tue, 3 Sep 2024 02:30:56 +0600 Subject: [PATCH] Update SECURITY.md for supported versions and formatting Correction of the supported versions table to accurately reflect support status and improve readability. The new table format ensures clear communication about active and inactive versions, aiding developers in maintaining secure software. Signed-off-by: mesilov --- SECURITY.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index 96736b8c..d58a1cc5 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -3,10 +3,9 @@ ## Supported Versions | Version | Supported | -| ------- | ------------------ | -| 2.x | :white_check_mark: | -| 1.x | :x: | -| 0.x | :x: | +|---------|--------------------| +| 1.x | :white_check_mark: | ## Reporting a Vulnerability + Create issue with vulnerability details \ No newline at end of file