Skip to content

Commit 2b15f17

Browse files
committed
Update container subschema examples to be valid
1 parent 55ae04c commit 2b15f17

3 files changed

+20
-0
lines changed

schema/v5.0/docs/cnaContainer-advanced-example.json

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"cnaContainer": {
3+
"providerMetadata": {
4+
"orgId": "00000000-0000-4000-9000-000000000000"
5+
},
36
"title": "Buffer overflow in Example Enterprise allows Privilege Escalation.",
47
"datePublic": "2021-09-08T16:24:00.000Z",
58
"problemTypes": [

schema/v5.0/docs/cnaContainer-basic-example.json

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"cnaContainer": {
3+
"providerMetadata": {
4+
"orgId": "00000000-0000-4000-9000-000000000000"
5+
},
36
"problemTypes": [
47
{
58
"descriptions": [
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"cnaContainer": {
3+
"providerMetadata": {
4+
"orgId": "00000000-0000-4000-9000-000000000000",
5+
"shortName": "example"
6+
},
7+
"rejectedReasons": [
8+
{
9+
"lang": "en",
10+
"value": "This CVE ID has been rejected or withdrawn by its CVE Numbering Authority."
11+
}
12+
]
13+
}
14+
}

0 commit comments

Comments
 (0)