Table of Contents

Class StatusResponseModel.StatusVulnerableItemModel

Namespace
Contensive.BaseModels
Assembly
CPBase.dll

A single plugin or theme with at least one known vulnerability still applicable to its installed version (Site Monitor roadmap Phase 3, item 9). WordPress only.

public class StatusResponseModel.StatusVulnerableItemModel
Inheritance
StatusResponseModel.StatusVulnerableItemModel
Inherited Members

Properties

name

public string name { get; set; }

Property Value

string

slug

public string slug { get; set; }

Property Value

string

version

public string version { get; set; }

Property Value

string

vulnerabilities

public List<StatusResponseModel.StatusVulnerabilityModel> vulnerabilities { get; set; }

Property Value

List<StatusResponseModel.StatusVulnerabilityModel>