[][src]Module super_analyzer_core::results::utils

Utilities for results generation.

In this module you can find structures like Vulnerability and Fingerprint that contain the information for results.

Structs

FingerPrint

Structure to store the application fingerprint.

Vulnerability

Structure to store information about a vulnerability.

Functions

html_escape

Escapes the given input's HTML special characters.

split_indent

Split line into indentation and the rest of the line.