class documentation

class _CoreFinding(Finding): (source)

Known subclasses: wpscan_out_parse.parser.components._parts.finding._CoreFindingNoVersion, wpscan_out_parse.parser.components._parts.wp_item.WPItem, wpscan_out_parse.parser.components.WordPressVersion

View In Hierarchy

Core WPScan finding: Shows on the summary table.
Method get_version Return the version number (as string) or "Unknown" or "" if not applicable.
Method get_version_status Return a string in : "Outdated", "Latest", "Unknown" or "" if not applicable.
Method get_vulnerabilities_string Return the number of vulnerabilities (as string) with indications if need be.
Method get_name Return the name of the finding.
Method get_status Return a string in : "Alert", "Warning", "Ok", "Ok (false positive)" or "Unknown"
Method component_is_false_positive Return true if all alerts and warnings of the component are ignored by false positives strings. Return false if it's not a false positive or if there is no alerts or warnings. Does not work for parser objects because they process false positives.

Inherited from Finding:

Method __init__ From https://github.com/wpscanteam/wpscan/blob/master/app/views/json/finding.erb
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_alerts Return list of vulnerabilities
Method get_infos Return 1 info, only interesting entries. If no interesting entries: return an empty info string (to avoid errors)
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
Method get_warnings Return the component warnings as a list of strings.
@abstractmethod
def get_version(self): (source)
Return the version number (as string) or "Unknown" or "" if not applicable.
ReturnsUndocumented (type: str)
@abstractmethod
def get_version_status(self): (source)
Return a string in : "Outdated", "Latest", "Unknown" or "" if not applicable.
ReturnsUndocumented (type: str)
@abstractmethod
def get_vulnerabilities_string(self): (source)
Return the number of vulnerabilities (as string) with indications if need be.
ReturnsUndocumented (type: str)
def get_status(self): (source)
Return a string in : "Alert", "Warning", "Ok", "Ok (false positive)" or "Unknown"
ReturnsUndocumented (type: Optional[str])
def component_is_false_positive(self): (source)
Return true if all alerts and warnings of the component are ignored by false positives strings. Return false if it's not a false positive or if there is no alerts or warnings. Does not work for parser objects because they process false positives.
ReturnsUndocumented (type: bool)
API Documentation for WPScan Output Parser, generated by pydoctor 21.2.2 at 2021-04-12 15:55:36.