TestimoX

API Reference

Class

PatchCatalogWindowTargetMonthSummary

Namespace ComputerX.PatchDetails
Assembly ComputerX
Modifiers sealed

Represents month-scoped MSRC applicability summary for one target in the current estate.

Inheritance

  • Object
  • PatchCatalogWindowTargetMonthSummary

Constructors

public PatchCatalogWindowTargetMonthSummary() #

Properties

public String TargetName { get; set; } #

Target name associated with the month summary.

public Int32 ApplicablePatchCount { get; set; } #

Number of applicable MSRC patch rows for the target in the month.

public Int32 ExploitedCount { get; set; } #

Number of exploited-in-the-wild applicable rows for the target in the month.

public Int32 CriticalCount { get; set; } #

Number of critical applicable rows for the target in the month.

public Int32 PubliclyDisclosedCount { get; set; } #

Number of publicly disclosed applicable rows for the target in the month.

public String HighestSeverity { get; set; } #

Highest normalized severity observed for the target in the month.

public IReadOnlyList<String> TopCves { get; set; } #

Sample CVE identifiers associated with the target in the month.

public IReadOnlyList<String> TopKbs { get; set; } #

Sample KB identifiers associated with the target in the month.