CveResult interface
Details of a CVE detected in firmware.
Properties
| component | Legacy property for what is now componentName |
| component |
ID of the affected SBOM component. |
| component |
Name of the affected SBOM component. |
| component |
Version of the affected SBOM component. |
| cve |
ID of the CVE result. |
| cve |
Name of the CVE. |
| cvss |
Legacy property for the effective CVE score. |
| cvss |
All known CVSS scores for the CVE. |
| cvssV2Score | Legacy property for the CVE CVSS version 2 score, if one existed. |
| cvssV3Score | Legacy property for the CVE CVSS version 3 score, if one existed. |
| cvss |
Legacy property for the what CVSS version score was stored in the cvssScore property |
| description | The CVE description. |
| effective |
The most recent CVSS score of the CVE. |
| effective |
The version of the effectiveCvssScore property. |
| links | The list of reference links for the CVE. |
| provisioning |
The status of the last operation. |
| severity | Severity of the CVE. |
Property Details
component
componentId
ID of the affected SBOM component.
componentId?: string
Property Value
string
componentName
Name of the affected SBOM component.
componentName?: string
Property Value
string
componentVersion
Version of the affected SBOM component.
componentVersion?: string
Property Value
string
cveId
ID of the CVE result.
cveId?: string
Property Value
string
cveName
Name of the CVE.
cveName?: string
Property Value
string
cvssScore
Legacy property for the effective CVE score.
cvssScore?: string
Property Value
string
cvssScores
cvssV2Score
Legacy property for the CVE CVSS version 2 score, if one existed.
cvssV2Score?: string
Property Value
string
cvssV3Score
Legacy property for the CVE CVSS version 3 score, if one existed.
cvssV3Score?: string
Property Value
string
cvssVersion
Legacy property for the what CVSS version score was stored in the cvssScore property
cvssVersion?: string
Property Value
string
description
The CVE description.
description?: string
Property Value
string
effectiveCvssScore
The most recent CVSS score of the CVE.
effectiveCvssScore?: number
Property Value
number
effectiveCvssVersion
The version of the effectiveCvssScore property.
effectiveCvssVersion?: number
Property Value
number
links
provisioningState
The status of the last operation.
provisioningState?: string
Property Value
string
severity
Severity of the CVE.
severity?: string
Property Value
string