Skip to content

Commit

Permalink
Merge pull request #349 from ccoffin/feature-310-examples
Browse files Browse the repository at this point in the history
changed all example files to use CVE-1900-xxxx instead of CVE-1337-xxxx.
  • Loading branch information
ccoffin authored Oct 18, 2024
2 parents 30f59c7 + 114a958 commit 0aa964e
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 @@ -263,7 +263,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 0aa964e

Please sign in to comment.