module documentation
(source)

Undocumented

Function build_message Build mail message text base on report and warnngs and info switch
Function format_issues Format one block of issues to text with the title
Function get_table_cell_color Undocumented
Function format_summary_ascii_table Return a nice string table Author: Thierry Husson - Use it as you want but don't blame me.
Function format_summary_html Undocumented
Function replace Multiple replacements helper method. Stolen on the web
def build_message(results, warnings=True, infos=True, format='cli', nocolor=False): (source)
Build mail message text base on report and warnngs and info switch
ParametersresultsUndocumented (type: dict)
warningsUndocumented (type: bool)
infosUndocumented (type: bool)
formatUndocumented (type: str)
nocolorUndocumented (type: bool)
ReturnsUndocumented (type: str)
def format_issues(title, issues, format='cli', apply_br_tab_replace_on_issues=True): (source)
Format one block of issues to text with the title
ParameterstitleUndocumented (type: str)
issuesUndocumented (type: Sequence[str])
formatUndocumented (type: str)
apply_br_tab_replace_on_issuesUndocumented (type: bool)
ReturnsUndocumented (type: str)
def get_table_cell_color(col, val, ansi=False): (source)

Undocumented

ParameterscolUndocumented (type: str)
valUndocumented (type: str)
ansiUndocumented (type: bool)
ReturnsUndocumented (type: str)
def format_summary_ascii_table(table, line, nocolor=False): (source)
Return a nice string table Author: Thierry Husson - Use it as you want but don't blame me.
ParameterstableUndocumented (type: List[Dict[str, Any]])
lineUndocumented (type: str)
nocolorUndocumented (type: bool)
ReturnsUndocumented (type: str)
def format_summary_html(table, line, nocolor): (source)

Undocumented

ParameterstableUndocumented (type: List[Dict[str, Any]])
lineUndocumented (type: str)
nocolorUndocumented (type: bool)
ReturnsUndocumented (type: str)
def replace(text, conditions): (source)
Multiple replacements helper method. Stolen on the web
ParameterstextUndocumented (type: str)
conditionsUndocumented (type: dict)
ReturnsUndocumented (type: str)
API Documentation for WPScan Output Parser, generated by pydoctor 21.2.2 at 2021-04-12 15:55:36.