CveResult interface
Details of a CVE detected in firmware.
Properties
component | The SBOM component for the CVE. |
cve |
ID of the CVE result. |
cvss |
A single CVSS score to represent the CVE. If a V3 score is specified, then it will use the V3 score. Otherwise if the V2 score is specified it will be the V2 score. |
cvssV2Score | CVSS V2 score of the CVE. |
cvssV3Score | CVSS V3 score of the CVE. |
cvss |
CVSS version of the CVE. |
description | The CVE description. |
links | The list of reference links for the CVE. NOTE: This property will not be serialized. It can only be populated by the server. |
name | Name of the CVE. |
severity | Severity of the CVE. |
Property Details
component
cveId
ID of the CVE result.
cveId?: string
Property Value
string
cvssScore
A single CVSS score to represent the CVE. If a V3 score is specified, then it will use the V3 score. Otherwise if the V2 score is specified it will be the V2 score.
cvssScore?: string
Property Value
string
cvssV2Score
CVSS V2 score of the CVE.
cvssV2Score?: string
Property Value
string
cvssV3Score
CVSS V3 score of the CVE.
cvssV3Score?: string
Property Value
string
cvssVersion
CVSS version of the CVE.
cvssVersion?: string
Property Value
string
description
The CVE description.
description?: string
Property Value
string
links
The list of reference links for the CVE. NOTE: This property will not be serialized. It can only be populated by the server.
links?: CveLink[]
Property Value
CveLink[]
name
Name of the CVE.
name?: string
Property Value
string
severity
Severity of the CVE.
severity?: string
Property Value
string