Skip to content

Commit cf1bb0b

Browse files
authored
Update CVE_Record_Format_bundled.json
Add additionalProperties equal to false for the product object in the bundled schema. This resolves Issue #259.
1 parent ae1ec10 commit cf1bb0b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

schema/docs/CVE_Record_Format_bundled.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",
@@ -3518,4 +3519,4 @@
35183519
"additionalProperties": false
35193520
}
35203521
]
3521-
}
3522+
}

0 commit comments

Comments
 (0)