class documentation

class VulnAPI(Component): (source)

View In Hierarchy

Undocumented

Method __init__ From https://github.com/wpscanteam/wpscan/blob/master/app/views/json/vuln_api/status.erb
Instance Variable http_error Undocumented
Instance Variable error Undocumented
Instance Variable plan Undocumented
Instance Variable requests_done_during_scan Undocumented
Instance Variable requests_remaining Undocumented
Method get_infos Return 1 WPVulnDB info
Method get_warnings Return 0 or 1 warning. VulnAPI error No WPVulnDB API Token given or HTTP errors
Method get_alerts Return empty list

Inherited from Component:

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/vuln_api/status.erb
ParametersdataUndocumented (type: Dict[str, Any])
argsUndocumented (type: Any)
kwargsUndocumented (type: Any)
http_error = (source)

Undocumented

(type: str)
error = (source)

Undocumented

(type: str)
plan = (source)

Undocumented

(type: str)
requests_done_during_scan = (source)

Undocumented

(type: int)
requests_remaining = (source)

Undocumented

(type: int)
def get_infos(self): (source)
Return 1 WPVulnDB info
ReturnsUndocumented (type: Sequence[str])
def get_warnings(self): (source)
Return 0 or 1 warning. VulnAPI error No WPVulnDB API Token given or HTTP errors
ReturnsUndocumented (type: Sequence[str])
def get_alerts(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.