{} {}. {}
\
{} · {} · CVSS {} · votes {} · conf {:.2}
\
- Endpoint: {}
\
+ Endpoint: {}
{authline}\
Payload
{}Evidence
{}\
Impact
{}
Remediation
{}
",
sev_color(&f.severity), esc(&f.severity), i + 1, esc(&f.title),
esc(&f.agent), esc(&f.cwe), esc(&f.cvss), esc(&f.votes), f.confidence,
esc(&f.endpoint), esc(&f.payload), esc(&f.evidence), esc(&f.impact), esc(&f.remediation),
+ authline = {
+ // Show the auth context and which test account proved this finding.
+ if f.auth_context.is_empty() && f.account.is_empty() { String::new() }
+ else {
+ let ac = if f.auth_context.is_empty() { String::new() } else { format!("Auth: