[Git][security-tracker-team/security-tracker][master] 2 commits: distributions.json: Introduce 'end-of-life' for support attribute

Salvatore Bonaccorso carnil at debian.org
Fri Mar 5 12:02:52 GMT 2021



Salvatore Bonaccorso pushed to branch master at Debian Security Tracker / security-tracker


Commits:
12e3a22b by Salvatore Bonaccorso at 2021-03-05T11:22:54+01:00
distributions.json: Introduce 'end-of-life' for support attribute

Currently there should be no other consumers apart reportbug of the
'none' value so we have still time to change interface here. Although
reportbug is using the 'none' explicitly to differentiate from 'lts' and
'security' there is no significant behaviour change if additionally
introducing the 'end-of-life' value.

Values for support will be 'none', 'security', 'lts' and 'end-of-life'
where versions not supported anymore by neither security team nor LTS
team will be moved to 'end-of-life' from security-tracker point of view.

We need to introduce a differentiation from 'none' support to help with
https://salsa.debian.org/qa/distro-tracker/-/issues/58

Summarizing the 'support' attribute:

- none: future not yet released stable releases
- security: releases supported by the Debian security team
- lts: releases supported by the Debian LTS team
- end-of-life: releases which are considered end of life from
  security-tracker perspective.

Link: https://salsa.debian.org/qa/distro-tracker/-/issues/58
Signed-off-by: Salvatore Bonaccorso <carnil at debian.org>

- - - - -
a73aa861 by Salvatore Bonaccorso at 2021-03-05T13:02:06+01:00
Merge branch 'distributions-eol-support'

- - - - -


1 changed file:

- static/distributions.json


Changes:

=====================================
static/distributions.json
=====================================
@@ -1,12 +1,12 @@
 {
   "wheezy": {
     "major-version": "7",
-    "support": "none",
+    "support": "end-of-life",
     "contact": ""
   },
   "jessie": {
     "major-version": "8",
-    "support": "none",
+    "support": "end-of-life",
     "contact": ""
   },
   "stretch": {



View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/-/compare/b63d0f7eeb895278dec3ff79a115a7f6151f05aa...a73aa861167669ef1125b0af6fd5f68472d2d504

-- 
View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/-/compare/b63d0f7eeb895278dec3ff79a115a7f6151f05aa...a73aa861167669ef1125b0af6fd5f68472d2d504
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-security-tracker-commits/attachments/20210305/89103031/attachment.htm>


More information about the debian-security-tracker-commits mailing list