[Git][security-tracker-team/security-tracker][master] 3 commits: config.json: Add next known codenames up to bookworm

Salvatore Bonaccorso carnil at debian.org
Sun Apr 28 16:19:03 BST 2019



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


Commits:
c112cd3f by Salvatore Bonaccorso at 2019-04-28T15:16:20Z
config.json: Add next known codenames up to bookworm

- - - - -
7a8496b3 by Salvatore Bonaccorso at 2019-04-28T15:17:40Z
config.json: Correct mappings for releases

stretch ist stable release, buster is testing release currently.

- - - - -
f26705d4 by Salvatore Bonaccorso at 2019-04-28T15:18:48Z
Reformat data/config.json with jq

- - - - -


1 changed file:

- data/config.json


Changes:

=====================================
data/config.json
=====================================
@@ -47,8 +47,7 @@
         "optional": [
           "wheezy-proposed-updates"
         ]
-      },
-      "release": "oldstable"
+      }
     },
     "jessie": {
       "members": {
@@ -60,7 +59,7 @@
           "jessie-proposed-updates"
         ]
       },
-      "release": "stable"
+      "release": "oldstable"
     },
     "stretch": {
       "members": {
@@ -72,8 +71,42 @@
           "stretch-proposed-updates"
         ]
       },
+      "release": "stable"
+    },
+    "buster": {
+      "members": {
+        "supported": [
+          "buster",
+          "buster-security"
+        ],
+        "optional": [
+          "buster-proposed-updates"
+        ]
+      },
       "release": "testing"
     },
+    "bullseye": {
+      "members": {
+        "supported": [
+          "bullseye",
+          "bullseye-security"
+        ],
+        "optional": [
+          "bullseye-proposed-updates"
+        ]
+      }
+    },
+    "bookworm": {
+      "members": {
+        "supported": [
+          "bookworm",
+          "bookworm-security"
+        ],
+        "optional": [
+          "bookworm-proposed-updates"
+        ]
+      }
+    },
     "sid": {
       "members": {
         "supported": [
@@ -84,9 +117,25 @@
     }
   },
   "sources": [
-    {"name": "CVE", "path": "/CVE/list", "class": "CVEFile"},
-    {"name": "DSA", "path": "/DSA/list", "class": "DSAFile"},
-    {"name": "DTSA", "path": "/DTSA/list", "class": "DTSAFile"},
-    {"name": "DLA", "path": "/DLA/list", "class": "DSAFile"}
+    {
+      "name": "CVE",
+      "path": "/CVE/list",
+      "class": "CVEFile"
+    },
+    {
+      "name": "DSA",
+      "path": "/DSA/list",
+      "class": "DSAFile"
+    },
+    {
+      "name": "DTSA",
+      "path": "/DTSA/list",
+      "class": "DTSAFile"
+    },
+    {
+      "name": "DLA",
+      "path": "/DLA/list",
+      "class": "DSAFile"
+    }
   ]
 }



View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/compare/7d09d36dde25e6503a879196e6fdc26212cf198e...f26705d41178ce772dabeb29af55efbe487a2adb

-- 
View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/compare/7d09d36dde25e6503a879196e6fdc26212cf198e...f26705d41178ce772dabeb29af55efbe487a2adb
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/20190428/f3aef9d6/attachment-0001.html>


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