Fixed whitespaces/tabs

This commit is contained in:
tosticated 2020-10-20 13:03:30 +02:00
parent a252eeb11d
commit 3e2d1b943d
1 changed files with 7 additions and 8 deletions

View File

@ -16091,8 +16091,7 @@ run_renego() {
0) pr_svrty_high "VULNERABLE (NOT ok)"; outln ", DoS threat ($ssl_reneg_attempts attempts)"
fileout "$jsonID" "HIGH" "VULNERABLE, DoS threat" "$cve" "$cwe" "$hint"
;;
1) pr_svrty_good "not vulnerable (OK)"
outln " -- mitigated (disconnect within $ssl_reneg_attempts)"
1) pr_svrty_good "not vulnerable (OK)"; outln " -- mitigated (disconnect within $ssl_reneg_attempts)"
fileout "$jsonID" "OK" "not vulnerable, mitigated" "$cve" "$cwe"
;;
*) prln_warning "FIXME (bug): $sec_client_renego ($ssl_reneg_attempts tries)"