FirmwareCve Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Known CVEs of a firmware.
public class FirmwareCve
type FirmwareCve = class
Public Class FirmwareCve
- Inheritance
-
FirmwareCve
Properties
Component |
Component of CVE To assign an object to this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
CveId |
ID of CVE. |
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. |
CvssV2Score |
Cvss V2 score of CVE. |
CvssV3Score |
Cvss V3 score of CVE. |
CvssVersion |
Cvss version of CVE. |
Description |
Description of CVE. |
Links |
The list of CVE links. |
Name |
Name of CVE. |
PublishOn |
Publish date of CVE. |
Severity |
Severity of CVE. |
UpdatedOn |
Updated date of CVE. |
Applies to
Azure SDK for .NET