Skip to content

Commit 6d84309

Browse files
authored
Merge pull request #358 from CVEProject/feature-310-examples
Feature 310 examples
2 parents 74551e8 + 0aa964e commit 6d84309

4 files changed

+6
-6
lines changed

schema/docs/cnaContainer-advanced-example.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@
250250
],
251251
"references": [
252252
{
253-
"url": "https://example.org/ESA-22-11-CVE-1337-1234",
253+
"url": "https://example.org/ESA-22-11-CVE-1900-1234",
254254
"name": "ESA-22-11",
255255
"tags": [
256256
"vendor-advisory"

schema/docs/cnaContainer-basic-example.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
],
3737
"references": [
3838
{
39-
"url": "https://example.org/ESA-22-11-CVE-1337-1234"
39+
"url": "https://example.org/ESA-22-11-CVE-1900-1234"
4040
}
4141
]
4242
}

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"dataType": "CVE_RECORD",
33
"dataVersion": "5.1",
44
"cveMetadata": {
5-
"cveId": "CVE-1337-1234",
5+
"cveId": "CVE-1900-1234",
66
"assignerOrgId": "b3476cb9-2e3d-41a6-98d0-0f47421a65b6",
77
"assignerShortName": "example",
88
"requesterUserId": "b3476cb9-2e3d-41a6-98d0-0f47421a65b6",
@@ -306,7 +306,7 @@
306306
],
307307
"references": [
308308
{
309-
"url": "https://example.org/ESA-22-11-CVE-1337-1234",
309+
"url": "https://example.org/ESA-22-11-CVE-1900-1234",
310310
"name": "ESA-22-11",
311311
"tags": [
312312
"vendor-advisory"

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"dataType": "CVE_RECORD",
33
"dataVersion": "5.1",
44
"cveMetadata": {
5-
"cveId": "CVE-1337-1234",
5+
"cveId": "CVE-1900-1234",
66
"assignerOrgId": "b3476cb9-2e3d-41a6-98d0-0f47421a65b6",
77
"state": "PUBLISHED"
88
},
@@ -44,7 +44,7 @@
4444
],
4545
"references": [
4646
{
47-
"url": "https://example.org/ESA-22-11-CVE-1337-1234"
47+
"url": "https://example.org/ESA-22-11-CVE-1900-1234"
4848
}
4949
]
5050
}

0 commit comments

Comments
 (0)