Cve
Fields
| name | type | nullable | description |
|---|---|---|---|
cveId | String | false | The identifier of the CVE, such as "CVE-2017-3857" or "CVE-2020-3204". |
severity | Severity | false | The severity corresponding to baseScoreV4 if that score is known. Otherwise, the severity corresponding to baseScoreV3 if that score is known. Otherwise, the severity corresponding to baseScoreV2 if that score is known. Otherwise, no score is known and this value is NONE. |
description | String | true | -- |
criteria | List<CveProductCriteria> | false | -- |
vendorInfos | List<VendorCveInfo> | false | -- |
Used by
network → cveDatabase → cves
See also
Data model path
- network:
Network- cveDatabase:
CveDatabase- cves: List<
Cve>
- cves: List<
- cveDatabase: