From 21208f46cd683966f50ce89861d7096441f93b31 Mon Sep 17 00:00:00 2001 From: Magnus Larsen Date: Thu, 18 Jun 2020 21:15:28 +0200 Subject: [PATCH] Clearer grade cap reason regarding certificate errors --- testssl.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testssl.sh b/testssl.sh index a4a401f..5bcd5a1 100755 --- a/testssl.sh +++ b/testssl.sh @@ -7204,7 +7204,7 @@ determine_trust() { out "$code" fi fileout "${jsonID}${json_postfix}" "CRITICAL" "failed $code. $addtl_warning" - set_grade_cap "T" "Issues with certificate $code" + set_grade_cap "T" "Issues with the chain of trust $code" else # is one ok and the others not ==> display the culprit store if "$some_ok"; then @@ -7223,7 +7223,7 @@ determine_trust() { out "$code" fi notok_was="${certificate_file[i]} $code $notok_was" - set_grade_cap "T" "Issues with certificate $code" + set_grade_cap "T" "Issues with chain of trust $code" fi done #pr_svrty_high "$notok_was "