Skip to content

Commit ae1ec10

Browse files
authored
Update CVE_Record_Format.json
Add additionalProperties equal to false for the product object in the base schema. This resolves Issue #259.
1 parent 5c2da0c commit ae1ec10

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

schema/CVE_Record_Format.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
]
121121
}
122122
],
123+
"additionalProperties": false,
123124
"properties": {
124125
"vendor": {
125126
"type": "string",

0 commit comments

Comments
 (0)