Skip to main content

ComponentCVEDetails class

This data object contains information about common vulnerabilities and exposures (CVEs) for a specific component.

Namespace: Lenovo.SysMgmt.LXCO.Integration.Data

Assembly: Lenovo.SysMgmt.LXCO.Integration.Data

Inheritance -> Object -> DeviceCVEDetails

Properties

public LXCOComponentVersion FixedVersion { get; set; }
Component version where listed CVEs are fixed
public DeviceCVE[] CVEList { get; set; }
List of CVEs that are available for the component

Methods

public virtual bool Equals (object obj);
Determines whether the specified object is equal to the current object.

(Inherited from System.Object)

public virtual int GetHashCode ();
Serves as the default hash function

(Inherited from System.Object)

public Type GetType ();
Gets the System.Type of the current instance

(Inherited from System.Object)

public virtual string ToString ();
Returns a string that represents the current object.

(Inherited from System.Object)