From 06fd88f67ab95414e3d479f5380982d6571d8994 Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Mon, 15 Dec 2025 14:54:20 +0100 Subject: [PATCH] Add missing counter to ROBOT (3.2) We missed somehow to add in the big while loop to add the fact that ROBOT is a vulnerability which became apparent with #2967 (3.3dev). This PR adds that for 3.2 also. See #2968. --- testssl.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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