Skip to content

Commit

Permalink
Merge pull request #358 from CVEProject/feature-310-examples
Browse files Browse the repository at this point in the history
Feature 310 examples
  • Loading branch information
ccoffin authored Oct 18, 2024
2 parents 74551e8 + 0aa964e commit 6d84309
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion schema/docs/cnaContainer-advanced-example.json
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@
],
"references": [
{
"url": "https://example.org/ESA-22-11-CVE-1337-1234",
"url": "https://example.org/ESA-22-11-CVE-1900-1234",
"name": "ESA-22-11",
"tags": [
"vendor-advisory"
Expand Down
2 changes: 1 addition & 1 deletion schema/docs/cnaContainer-basic-example.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
],
"references": [
{
"url": "https://example.org/ESA-22-11-CVE-1337-1234"
"url": "https://example.org/ESA-22-11-CVE-1900-1234"
}
]
}
Expand Down
4 changes: 2 additions & 2 deletions schema/docs/full-record-advanced-example.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"cveMetadata": {
"cveId": "CVE-1337-1234",
"cveId": "CVE-1900-1234",
"assignerOrgId": "b3476cb9-2e3d-41a6-98d0-0f47421a65b6",
"assignerShortName": "example",
"requesterUserId": "b3476cb9-2e3d-41a6-98d0-0f47421a65b6",
Expand Down Expand Up @@ -306,7 +306,7 @@
],
"references": [
{
"url": "https://example.org/ESA-22-11-CVE-1337-1234",
"url": "https://example.org/ESA-22-11-CVE-1900-1234",
"name": "ESA-22-11",
"tags": [
"vendor-advisory"
Expand Down
4 changes: 2 additions & 2 deletions schema/docs/full-record-basic-example.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"cveMetadata": {
"cveId": "CVE-1337-1234",
"cveId": "CVE-1900-1234",
"assignerOrgId": "b3476cb9-2e3d-41a6-98d0-0f47421a65b6",
"state": "PUBLISHED"
},
Expand Down Expand Up @@ -44,7 +44,7 @@
],
"references": [
{
"url": "https://example.org/ESA-22-11-CVE-1337-1234"
"url": "https://example.org/ESA-22-11-CVE-1900-1234"
}
]
}
Expand Down

0 comments on commit 6d84309

Please sign in to comment.