Cve interface
Known CVEs of a firmware.
Properties
| component | Component of CVE  | 
| cve | 
	ID of CVE  | 
| 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 CVE  | 
| cvssV3Score | Cvss V3 score of CVE  | 
| cvss | 
	Cvss version of CVE  | 
| description | Description of CVE  | 
| links | The list of CVE links. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| name | Name of CVE  | 
| publish | 
	Publish date of CVE  | 
| severity | Severity of CVE  | 
| updated | 
	Updated date of CVE  | 
Property Details
component
Component of CVE
component?: Record<string, unknown>
				Property Value
Record<string, unknown>
		cveId
	 
	ID of CVE
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 CVE
cvssV2Score?: string
				Property Value
string
cvssV3Score
Cvss V3 score of CVE
cvssV3Score?: string
				Property Value
string
		cvssVersion
	 
	Cvss version of CVE
cvssVersion?: string
				Property Value
string
description
Description of CVE
description?: string
				Property Value
string
links
The list of CVE links. NOTE: This property will not be serialized. It can only be populated by the server.
links?: CveLink[]
				Property Value
CveLink[]
name
Name of CVE
name?: string
				Property Value
string
		publishDate
	 
	Publish date of CVE
publishDate?: Date
				Property Value
Date
severity
Severity of CVE
severity?: string
				Property Value
string
		updatedDate
	 
	Updated date of CVE
updatedDate?: Date
				Property Value
Date