forked from CVEProject/cve-schema
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
schema/v5.0: flatten affected into array of products
- Changed affected from object with array of vendor objects with array of products to just plain array of products. - Added vendor string to product object. - Renamed productName to product in product object. - Added cpes array of string to product object, replacing affectsCpes inside old affected object. - Reordered property list in product object to put all identifying fields first. - Changed programRoutines to be array of objects, not array of strings. - Defined that product object: - Requires a product identification, at least one of: - vendor and product - collectionURL and packageName - cpes - Also requires versions. - Expands CPE definition (previously unspecified). Based on discussion on issue CVEProject#86. Fixes CVEProject#41. Fixes CVEProject#86.
- Loading branch information
Showing
1 changed file
with
81 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters