Merge pull request #1656 from magnuslarsen/3.1dev

[Rating] Clearer grade cap reasons
This commit is contained in:
Dirk Wetter 2020-06-19 09:50:24 +02:00 committed by GitHub
commit e9d6462ee9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -7200,7 +7200,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
@ -7219,7 +7219,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 "