class documentation

class Vulnerability(Finding): (source)

View In Hierarchy

Undocumented

Method __init__ From https://github.com/wpscanteam/wpscan/blob/master/app/views/json/finding.erb
Instance Variable title Undocumented
Instance Variable cvss Undocumented
Instance Variable fixed_in Undocumented
Method get_alerts Return 1 alert. First line of alert string contain the vulnerability title. Process CVE, WPVulnDB, ExploitDB and Metasploit references to add links
Method get_warnings Return empty list
Method get_infos Return empty list

Inherited from Finding:

Instance Variable found_by Undocumented
Instance Variable confidence Undocumented
Instance Variable interesting_entries Undocumented
Instance Variable confirmed_by Undocumented
Instance Variable vulnerabilities Undocumented
Instance Variable references Undocumented
Method get_references_str Process CVE, WPVulnDB, ExploitDB and Metasploit references to add links

Inherited from Component (via Finding):

Instance Variable data Initial data.
Instance Variable false_positives_strings Undocumented
Instance Variable show_all_details Undocumented
Method is_false_positive False Positive Detection
def __init__(self, data, *args, **kwargs): (source)
From https://github.com/wpscanteam/wpscan/blob/master/app/views/json/finding.erb
ParametersdataUndocumented (type: Dict[str, Any])
argsUndocumented (type: Any)
kwargsUndocumented (type: Any)
title = (source)

Undocumented

(type: str)
cvss = (source)

Undocumented

(type: str)
fixed_in = (source)

Undocumented

(type: str)
def get_alerts(self): (source)
Return 1 alert. First line of alert string contain the vulnerability title. Process CVE, WPVulnDB, ExploitDB and Metasploit references to add links
ReturnsUndocumented (type: Sequence[str])
def get_warnings(self): (source)
Return empty list
ReturnsUndocumented (type: Sequence[str])
def get_infos(self): (source)
Return empty list
ReturnsUndocumented (type: Sequence[str])
API Documentation for WPScan Output Parser, generated by pydoctor 21.2.2 at 2021-04-12 15:55:36.