mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-09-02 01:58:28 +02:00
Minor improvements to #2798
see https://github.com/testssl/testssl.sh/pull/2798#issuecomment-2972834180
This commit is contained in:
@ -7838,7 +7838,6 @@ determine_trust() {
|
||||
if ! [[ ${certificate_file[i]} =~ Java ]]; then
|
||||
# Exemption for Java AND rating, as this store doesn't seem to be as complete.
|
||||
# We won't penalize this but we still need to raise a red flag. See #1648
|
||||
# set_grade_cap "T" "Issues with chain of trust $code"
|
||||
if [[ "$code" =~ "chain incomplete" ]]; then
|
||||
set_grade_cap "B" "Issues with chain of trust $code"
|
||||
else
|
||||
|
Reference in New Issue
Block a user