diff --git a/testssl.sh b/testssl.sh index dccf8bb..55d5d9d 100755 --- a/testssl.sh +++ b/testssl.sh @@ -20844,7 +20844,7 @@ find_openssl_binary() { initialize_engine openssl_location="$(type -p $OPENSSL)" - + [[ -n "$GIT_REL" ]] && \ cwd="$PWD" || \ cwd="$RUN_DIR" @@ -24325,6 +24325,7 @@ parse_cmd_line() { ;; -BB|--BB|--robot) do_robot=true + ((VULN_COUNT++)) ;; -R|--renegotiation) do_renego=true