From 2b8ff8fae318834b0826e649311531c65c163509 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?nils=20m=C3=A5s=C3=A9n?= Date: Wed, 8 Sep 2021 12:57:11 +0200 Subject: [PATCH] update security policy the security incorrectly indicated that minor versions would receive backports of security fixes. as long as the API is fully backwards-compatible (as indicated by semver), there should be no need to release additional patches for older versions. --- SECURITY.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index 1829e8c5b..1d4f9f0e4 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -5,10 +5,7 @@ | Version | Supported | | ------- | ------------------ | | 1.3.x | :white_check_mark: | -| 1.2.x | :white_check_mark: | -| 1.1.x | :white_check_mark: | -| 1.0.x | :white_check_mark: | -| < 1.0 | :x: | +| < 1.3 | :x: | ## Reporting a Vulnerability