TestimoX

API Reference

Class

WindowsUpdateSecurityCorrelationOptions

Namespace ComputerX.Updates
Assembly ComputerX
Modifiers sealed

Options used to evaluate MSRC security-gap correlation for Windows Update telemetry.

Inheritance

  • Object
  • WindowsUpdateSecurityCorrelationOptions

Constructors

public WindowsUpdateSecurityCorrelationOptions() #

Properties

public Int32 MissingCountWarningThreshold { get; set; } #

Minimum missing-update count required to mark the result as warning.

public Int32 MissingCriticalThreshold { get; set; } #

Minimum missing critical-update count required to mark the result as critical-state candidate.

public Int32 MissingExploitedThreshold { get; set; } #

Minimum missing known-exploited update count required to mark the result as exploited-state candidate.

public Boolean ExploitedCountsAsCritical { get; set; } #

When true, missing known-exploited updates force critical severity.

public Boolean CriticalCountsAsCritical { get; set; } #

When true, missing critical updates force critical severity.

public Int32 TopListLimit { get; set; } #

Maximum number of KB/CVE identifiers included in top-lists.

public Int32 TopDetailsLimit { get; set; } #

Maximum number of detailed MSRC entries emitted in TopMissingDetails.

public Int32 LookbackMonths { get; set; } #

Number of months to include in MSRC gap collection, counting backward from the requested as-of month (inclusive).