Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor addition to the cvss object (#1165)
#### Related Issue: n/a #### Description of changes: 1. Adding `vendor_name` to the `cvss` object to help represent the source/vendor that provided the cvss scores. 2. Snippet from a sample source event from Amazon Inspector ``` "cvss": [ { "baseScore": 10, "scoringVector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H", "version": "3.1", "source": "UBUNTU_CVE" }, { "baseScore": 10, "scoringVector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H", "version": "3.1", "source": "NVD" } ], ``` --------- Signed-off-by: Rajas Panat <rajaspa@amazon.com>
- Loading branch information