mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-06 00:39:44 +01:00
Merge pull request #1656 from magnuslarsen/3.1dev
[Rating] Clearer grade cap reasons
This commit is contained in:
commit
e9d6462ee9
@ -7200,7 +7200,7 @@ determine_trust() {
|
|||||||
out "$code"
|
out "$code"
|
||||||
fi
|
fi
|
||||||
fileout "${jsonID}${json_postfix}" "CRITICAL" "failed $code. $addtl_warning"
|
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
|
else
|
||||||
# is one ok and the others not ==> display the culprit store
|
# is one ok and the others not ==> display the culprit store
|
||||||
if "$some_ok"; then
|
if "$some_ok"; then
|
||||||
@ -7219,7 +7219,7 @@ determine_trust() {
|
|||||||
out "$code"
|
out "$code"
|
||||||
fi
|
fi
|
||||||
notok_was="${certificate_file[i]} $code $notok_was"
|
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
|
fi
|
||||||
done
|
done
|
||||||
#pr_svrty_high "$notok_was "
|
#pr_svrty_high "$notok_was "
|
||||||
|
Loading…
Reference in New Issue
Block a user