Skip to content

Commit ef5b717

Browse files
authored
Update CVE_Record_Format_bundled_cnaPublishedContainer.json
Add additionalProperties equal to false for the product object in the bundled schema. This resolves Issue #259.
1 parent 43e9c61 commit ef5b717

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

schema/docs/CVE_Record_Format_bundled_cnaPublishedContainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@
168168
]
169169
}
170170
],
171+
"additionalProperties": false,
171172
"properties": {
172173
"vendor": {
173174
"type": "string",
@@ -3442,4 +3443,4 @@
34423443
}
34433444
},
34443445
"additionalProperties": false
3445-
}
3446+
}

0 commit comments

Comments
 (0)