API Reference
Class
PatchCatalogWindowPatchRow
Represents a single MSRC vulnerability row annotated with estate applicability.
Inheritance
- Object
- PatchCatalogWindowPatchRow
Constructors
public PatchCatalogWindowPatchRow() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String CveId { get; set; } #CVE identifier for the vulnerability.
public String Title { get; set; } #Descriptive vulnerability title.
public String Severity { get; set; } #Normalized MSRC severity.
public Nullable<Double> Cvss { get; set; } #Optional CVSS score.
public Boolean IsExploited { get; set; } #Whether exploitation in the wild is confirmed.
public Boolean PubliclyDisclosed { get; set; } #Whether the vulnerability was publicly disclosed.
public Boolean ExploitationMoreLikely { get; set; } #Whether Microsoft assesses the item as more likely to be exploited.
public String Category { get; set; } #MSRC vulnerability category.
public Nullable<DateTime> Published { get; set; } #UTC publish timestamp when available.
public IReadOnlyList<String> Kbs { get; set; } #KB identifiers associated with the vulnerability.
public String SupersededByKb { get; set; } #Optional superseding KB when Microsoft indicates replacement guidance.
public IReadOnlyList<String> Products { get; set; } #MSRC product names matched for this row.
public Int32 ApplicableTargetCount { get; set; } #Number of targets in the current estate that match this row.
public IReadOnlyList<String> ApplicableTargets { get; set; } #Names of the matching estate targets.