-
Notifications
You must be signed in to change notification settings - Fork 207
Open
Labels
Needs DiscussionDiscuss in a future QWG meeting or on mailing listDiscuss in a future QWG meeting or on mailing listbugSomething isn't workingSomething isn't workingsection:sourceSchema location is sourceSchema location is source
Description
The "source element in the definitions seems to be an object
but does not have any properties
only has the minProperties
defined. May be this is a mistake?
cve-schema/schema/docs/CVE_Record_Format_bundled.json
Lines 3200 to 3204 in 6af5c9c
"source": { | |
"type": "object", | |
"description": "This is the source information (who discovered it, who researched it, etc.) and optionally a chain of CNA information (e.g. the originating CNA and subsequent parent CNAs who have processed it before it arrives at the MITRE root).\n Must contain: IF this is in the root level it MUST contain a CNA_chain entry, IF this source entry is NOT in the root (e.g. it is part of a vendor statement) then it must contain at least one type of data entry.", | |
"minProperties": 1 | |
}, |
Metadata
Metadata
Assignees
Labels
Needs DiscussionDiscuss in a future QWG meeting or on mailing listDiscuss in a future QWG meeting or on mailing listbugSomething isn't workingSomething isn't workingsection:sourceSchema location is sourceSchema location is source