TestimoX

API Reference

Class

PatchComplianceSummary

Namespace ComputerX.Updates
Assembly ComputerX
Modifiers sealed

Summary for reusable patch compliance correlation.

Inheritance

  • Object
  • PatchComplianceSummary

Constructors

public PatchComplianceSummary() #

Properties

public Int32 Total { get; set; } #

Total rows considered.

public Int32 Installed { get; set; } #

Rows fully covered by installed KBs.

public Int32 Missing { get; set; } #

Rows missing one or more expected KBs.

public Int32 UnknownNoKb { get; set; } #

Rows without KB evidence to correlate.

public Int32 ExploitedMissing { get; set; } #

Missing rows flagged as exploited.

public Int32 PubliclyDisclosedMissing { get; set; } #

Missing rows flagged as publicly disclosed.

public Int32 CriticalMissing { get; set; } #

Missing rows with Critical severity.

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

Unique missing KB identifiers.