Skip to content

Commit acd59ed

Browse files
committed
added cpe example in the full-record-advanced-example.json file
1 parent e20ef08 commit acd59ed

1 file changed

Lines changed: 51 additions & 0 deletions

File tree

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

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,57 @@
9696
],
9797
"defaultStatus": "unaffected"
9898
}
99+
],
100+
"cpeApplicability": [
101+
{
102+
"nodes": [
103+
{
104+
"operator": "OR",
105+
"negate": false,
106+
"cpeMatch": [
107+
{
108+
"vulnerable": true,
109+
"criteria": "cpe:2.3:a:example_enterprise:Web-Management-Interface:*:*:*:*:*:*:*:*",
110+
"versionStartIncluding": "1.0.0",
111+
"versionEndExcluding": "1.0.6"
112+
},
113+
{
114+
"vulnerable": true,
115+
"criteria": "cpe:2.3:a:example_enterprise:Web-Management-Interface:*:*:*:*:*:*:*:*",
116+
"versionStartIncluding": "2.1.6",
117+
"versionEndExcluding": "2.1.9"
118+
}
119+
]
120+
}
121+
]
122+
},
123+
{
124+
"operator": "AND",
125+
"nodes": [
126+
{
127+
"operator": "OR",
128+
"negate": false,
129+
"cpeMatch": [
130+
{
131+
"vulnerable": false,
132+
"criteria": "cpe:2.3:a:example_enterprise:Web-Management-Interface:*:*:*:*:*:*:*:*",
133+
"versionStartIncluding": "2.1.0",
134+
"versionEndExcluding": "2.1.6"
135+
},
136+
{
137+
"vulnerable": false,
138+
"criteria": "cpe:2.3:a:example_enterprise:Web-Management-Interface:*:*:*:*:*:*:*:*",
139+
"versionStartIncluding": "2.1.9"
140+
},
141+
{
142+
"vulnerable": false,
143+
"criteria": "cpe:2.3:a:example_enterprise:Web-Management-Interface:*:*:*:*:*:*:*:*",
144+
"versionStartIncluding": "3.0.0"
145+
}
146+
]
147+
}
148+
]
149+
}
99150
],
100151
"descriptions": [
101152
{

0 commit comments

Comments
 (0)