Skip to content

Commit 50dae0b

Browse files
committed
updated full-record-advanced-example.json with more accurate cpeApplicabilty
1 parent 5de5ace commit 50dae0b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

schema/docs/full-record-advanced-example.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"defaultStatus": "unaffected"
9898
}
9999
],
100-
"cpeApplicability": [
100+
"cpeApplicability": [
101101
{
102102
"operator": "AND",
103103
"nodes": [
@@ -113,8 +113,8 @@
113113
},
114114
{
115115
"vulnerable": true,
116-
"criteria": "cpe:2.3:a:example_org:example_enterprise:2.1.6:*:*:*:*:*:*:*",
117-
"versionStartIncluding": "2.1.6",
116+
"criteria": "cpe:2.3:a:example_org:example_enterprise:*:*:*:*:*:*:*:*",
117+
"versionStartIncluding": "2.1.6",
118118
"versionEndExcluding": "2.1.9"
119119
}
120120
]
@@ -138,7 +138,7 @@
138138
]
139139
}
140140
]
141-
},
141+
}
142142
],
143143
"descriptions": [
144144
{

0 commit comments

Comments
 (0)