共用方式為


FirmwareCve Class

Definition

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:

  • BinaryData.FromObjectAsJson("foo"): Creates a payload of "foo".
  • BinaryData.FromString("\"foo\""): Creates a payload of "foo".
  • BinaryData.FromObjectAsJson(new { key = "value" }): Creates a payload of { "key": "value" }.
  • BinaryData.FromString("{\"key\": \"value\"}"): Creates a payload of { "key": "value" }.

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