TestimoX

API Reference

Class

PatchDetailsInfo

Namespace ComputerX.PatchDetails
Assembly ComputerX
Modifiers sealed

Describes MSRC patch/case details at the CVE/KB granularity for reporting and correlation. Independent of Windows Update APIs; safe to use offline with cached data.

Inheritance

  • Object
  • PatchDetailsInfo

Constructors

Properties

public String CveId { get; set; } #

CVE identifier for the vulnerability.

public String Title { get; set; } #

Vendor-provided title or short description.

public String Severity { get; set; } #

Normalized severity bucket such as Critical, Important, Moderate, or Low.

public Nullable<Double> Cvss { get; set; } #

Optional CVSS base score when available.

public Boolean IsExploited { get; set; } #

Indicates if Microsoft has confirmed in-the-wild exploitation.

public Boolean PubliclyDisclosed { get; set; } #

Indicates if the issue has been publicly disclosed.

public Boolean ExploitationMoreLikely { get; set; } #

Indicates whether exploitation is assessed as more likely.

public String Category { get; set; } #

Vulnerability category (for example, Remote Code Execution, Elevation of Privilege).

public String[] Kbs { get; set; } #

KB articles associated with the remediation.

public Nullable<DateTime> Published { get; set; } #

Publication or initial release date.

public String[] Products { get; set; } #

Affected product names as provided by the MSRC feed.

public String SupersededByKb { get; set; } #

When available, indicates a KB that supersedes this item.