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 | Bag<CveProductCriteria> | false | -- |
cisaKevEntry | CisaExploitationEntry | true | An entry for this CVE from CISA's Known Exploited Vulnerabilities (KEV) catalog. Absent if this CVE is not in CISA's KEV catalog. |
vendorInfos | Bag<VendorCveInfo> | false | -- |
Used by
network → cveDatabase → cves
See also
Data model path
- network:
Network- cveDatabase:
CveDatabase- cves: Bag<
Cve>
- cves: Bag<
- cveDatabase: