From d07e28db7b63df38fbe1c9987898d0d26f3264ff Mon Sep 17 00:00:00 2001 From: jetchirag Date: Tue, 23 May 2023 21:01:26 +0200 Subject: [PATCH 1/2] security: 1.1.x is EOL, please upgrade to 1.2.x. That means I won't make new 1.1.x releases. In case there would be a major security or other issue, I might still make a fix commit to the 1.1-maint branch, where dist package maintainers or other interested parties could find it. this ports change 73ee704afa5ff86886fe071fccc52d7bee6208a4 to master. --- SECURITY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SECURITY.md b/SECURITY.md index 32389e43b..64c6c54dc 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -7,7 +7,7 @@ These borg releases are currently supported with security updates. | Version | Supported | |---------|--------------------| | 1.2.x | :white_check_mark: | -| 1.1.x | :white_check_mark: | +| 1.1.x | :x: | | < 1.1 | :x: | ## Reporting a Vulnerability From f1152d820957b3b797202747df32b28248aa7279 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Tue, 23 May 2023 21:02:51 +0200 Subject: [PATCH 2/2] security: 2.0.x is not yet released, no security support --- SECURITY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/SECURITY.md b/SECURITY.md index 64c6c54dc..4b8b9eba9 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -6,6 +6,7 @@ These borg releases are currently supported with security updates. | Version | Supported | |---------|--------------------| +| 2.0.x | :x: (not released) | | 1.2.x | :white_check_mark: | | 1.1.x | :x: | | < 1.1 | :x: |