We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5de5ace commit 50dae0bCopy full SHA for 50dae0b
1 file changed
schema/docs/full-record-advanced-example.json
@@ -97,7 +97,7 @@
97
"defaultStatus": "unaffected"
98
}
99
],
100
- "cpeApplicability": [
+ "cpeApplicability": [
101
{
102
"operator": "AND",
103
"nodes": [
@@ -113,8 +113,8 @@
113
},
114
115
"vulnerable": true,
116
- "criteria": "cpe:2.3:a:example_org:example_enterprise:2.1.6:*:*:*:*:*:*:*",
117
- "versionStartIncluding": "2.1.6",
+ "criteria": "cpe:2.3:a:example_org:example_enterprise:*:*:*:*:*:*:*:*",
+ "versionStartIncluding": "2.1.6",
118
"versionEndExcluding": "2.1.9"
119
120
]
@@ -138,7 +138,7 @@
138
139
140
141
- },
+ }
142
143
"descriptions": [
144
0 commit comments