aboutsummaryrefslogtreecommitdiff
path: root/tests/cve-sample.json
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2020-12-21 11:44:19 +0100
committerLudovic Courtès <ludo@gnu.org>2020-12-21 17:47:35 +0100
commit9608f4003dedd8dfe99327c15668ca1a43ebd93b (patch)
tree4807c278c495f7fe3a76dbf1d03d36ec95f21ad7 /tests/cve-sample.json
parent5ecc0b17f21a9da3e60b2a8fb0fb5dd6fe551781 (diff)
downloadguix-9608f4003dedd8dfe99327c15668ca1a43ebd93b.tar
guix-9608f4003dedd8dfe99327c15668ca1a43ebd93b.tar.gz
tests: Fix malformed JSON.
Guile-JSON 4.3.2 would parse in spite of these typos, but 4.4.1 is stricter. * tests/swh.scm (%directory-entries): Add missing comma. * tests/cve-sample.json: Likewise.
Diffstat (limited to 'tests/cve-sample.json')
-rw-r--r--tests/cve-sample.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cve-sample.json b/tests/cve-sample.json
index 39816f9dd4..11b71817bb 100644
--- a/tests/cve-sample.json
+++ b/tests/cve-sample.json
@@ -49,7 +49,7 @@
"vulnerable" : true,
"cpe23Uri" : "cpe:2.3:o:juniper:junos:16.1:*:*:*:*:*:*:*"
} ]
- } {
+ }, {
"operator" : "OR",
"cpe_match" : [ {
"vulnerable" : true,