TestimoX

API Reference

Class

PatchDetailsSummary

Namespace ComputerX.PatchDetails
Assembly ComputerX
Modifiers sealed

High-level summary for a product/month across MSRC data.

Inheritance

  • Object
  • PatchDetailsSummary

Constructors

Properties

public Int32 Total { get; set; } #

Total number of vulnerabilities considered.

public Int32 Critical { get; set; } #

Number of Critical-severity items.

public Int32 Important { get; set; } #

Number of Important-severity items.

public Int32 Exploited { get; set; } #

Count of vulnerabilities with confirmed exploitation.

public Int32 PubliclyDisclosed { get; set; } #

Count of publicly disclosed items.

public Int32 ExploitationMoreLikely { get; set; } #

Count of items assessed as more likely to be exploited.

public Int32 ElevationOfPrivilege { get; set; } #

Count by vulnerability category: Elevation of Privilege.

public Int32 SecurityFeatureBypass { get; set; } #

Count by vulnerability category: Security Feature Bypass.

public Int32 RemoteCodeExecution { get; set; } #

Count by vulnerability category: Remote Code Execution.

public Int32 InformationDisclosure { get; set; } #

Count by vulnerability category: Information Disclosure.

public Int32 DenialOfService { get; set; } #

Count by vulnerability category: Denial of Service.

public Int32 Spoofing { get; set; } #

Count by vulnerability category: Spoofing.

public Int32 EdgeChromium { get; set; } #

Count of Chromium-based Microsoft Edge items.

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

Unique KB identifiers included in this month.

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

CVEs of special interest (e.g., exploited in the wild).

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

Highest-rated CVEs by CVSS and severity.