Skip to content

Commit

Permalink
Update CVE-1337 to CVE-1900 PR CVEProject#349
Browse files Browse the repository at this point in the history
  • Loading branch information
sei-vsarvepalli committed Jan 16, 2025
1 parent 42a7058 commit eb0b369
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,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/archive/v5.0/docs/cnaContainer-basic-example.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
],
"references": [
{
"url": "https://example.org/ESA-22-11-CVE-1337-1234"
"url": "https://example.org/ESA-22-11-CVE-1900-1234"
}
]
}
Expand Down
6 changes: 3 additions & 3 deletions schema/archive/v5.0/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.0",
"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 @@ -257,7 +257,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 Expand Up @@ -307,4 +307,4 @@
]
}
}
}
}
6 changes: 3 additions & 3 deletions schema/archive/v5.0/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.0",
"cveMetadata": {
"cveId": "CVE-1337-1234",
"cveId": "CVE-1900-1234",
"assignerOrgId": "b3476cb9-2e3d-41a6-98d0-0f47421a65b6",
"state": "PUBLISHED"
},
Expand Down Expand Up @@ -44,9 +44,9 @@
],
"references": [
{
"url": "https://example.org/ESA-22-11-CVE-1337-1234"
"url": "https://example.org/ESA-22-11-CVE-1900-1234"
}
]
}
}
}
}
2 changes: 1 addition & 1 deletion schema/docs/cnaContainer-advanced-example.json
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,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
6 changes: 3 additions & 3 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 @@ -174,7 +174,7 @@
}
],
"ssvcV1_0_1": {
"id": "CVE-1337-1234",
"id": "CVE-1900-1234",
"selections": [
{
"namespace": "ssvc",
Expand Down Expand Up @@ -330,7 +330,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
6 changes: 3 additions & 3 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,9 +44,9 @@
],
"references": [
{
"url": "https://example.org/ESA-22-11-CVE-1337-1234"
"url": "https://example.org/ESA-22-11-CVE-1900-1234"
}
]
}
}
}
}

0 comments on commit eb0b369

Please sign in to comment.