summaryrefslogtreecommitdiffstats
path: root/data/config.json
diff options
context:
space:
mode:
authorSalvatore Bonaccorso <carnil@debian.org>2019-04-28 17:18:48 +0200
committerSalvatore Bonaccorso <carnil@debian.org>2019-04-28 17:18:48 +0200
commitf26705d41178ce772dabeb29af55efbe487a2adb (patch)
tree92ccf2e9b76ad8329a534d9841ebcdf6fe5b2ddb /data/config.json
parent7a8496b303d215bbb9fb1d3de6b2284276ad248a (diff)
Reformat data/config.json with jq
Diffstat (limited to 'data/config.json')
-rw-r--r--data/config.json24
1 files changed, 20 insertions, 4 deletions
diff --git a/data/config.json b/data/config.json
index 06370bebb7..592daa5756 100644
--- a/data/config.json
+++ b/data/config.json
@@ -117,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"
+ }
]
}

© 2014-2024 Faster IT GmbH | imprint | privacy policy