ICveResult.EffectiveCvssScore Property
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.
The most recent CVSS score of the CVE.
[Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Runtime.Info(Create=true, Description="The most recent CVSS score of the CVE.", PossibleTypes=new System.Type[] { typeof(System.Single) }, Read=true, ReadOnly=false, Required=false, SerializedName="effectiveCvssScore", Update=true)]
public float? EffectiveCvssScore { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Runtime.Info(Create=true, Description="The most recent CVSS score of the CVE.", PossibleTypes=new System.Type[] { typeof(System.Single) }, Read=true, ReadOnly=false, Required=false, SerializedName="effectiveCvssScore", Update=true)>]
member this.EffectiveCvssScore : Nullable<single> with get, set
Public Property EffectiveCvssScore As Nullable(Of Single)
Property Value
- Attributes