From a88fb27e2c64e0b3a4b5399ac1b6fe6427873f5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Ribaudo?= Date: Wed, 2 Feb 2022 16:01:02 +0100 Subject: [PATCH] Remove Babel 6 from SECURITY.md (#14223) --- SECURITY.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index 7fe81999cccc..10c161824f56 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -8,8 +8,9 @@ currently being supported with security updates. | Version | Supported | | -------- | ------------------ | | 7.x | :white_check_mark: | -| 6.26.x | :white_check_mark: | -| < 6.26.0 | :x: | +| 6.x | :x: | + +Note that for each supported major version, we will only provide security fixes for the last minor version. This means that if, for example, the last released version is 7.16.4 we will only release security fixes as 7.16.5 and not for 7.15.x or older. ## Reporting a Vulnerability