CveResult 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.
Details of a CVE detected in firmware.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.CveResultTypeConverter))]
public class CveResult : Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.ICveResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.CveResultTypeConverter))>]
type CveResult = class
interface ICveResult
interface IJsonSerializable
Public Class CveResult
Implements ICveResult
- Inheritance
-
CveResult
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| CveResult() |
Creates an new CveResult instance. |
Properties
| Name | Description |
|---|---|
| ComponentComponentId |
ID of the SBOM component. |
| ComponentId |
ID of the affected SBOM component. |
| ComponentName |
Name of the affected SBOM component. |
| ComponentVersion |
Version of the affected SBOM component. |
| CveId |
ID of the CVE result. |
| CveName |
Name of the CVE. |
| CvssScore |
Legacy property for the effective CVE score. |
| CvssScores |
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. |
| CvssVersion |
Legacy property for the what CVSS version score was stored in the cvssScore property |
| Description |
The CVE description. |
| EffectiveCvssScore |
The most recent CVSS score of the CVE. |
| EffectiveCvssVersion |
The version of the effectiveCvssScore property. |
| Link |
The list of reference links for the CVE. |
| Name |
Name of the SBOM component. |
| ProvisioningState |
The status of the last operation. |
| Severity |
Severity of the CVE. |
| Version |
Version of the SBOM component. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of CveResult. |
| DeserializeFromPSObject(PSObject) | |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.ICveResult. |
| FromJsonString(String) |
Creates a new instance of CveResult, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) | |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |