From 51a35b0344128640237ec6b8f744f2aeabaec442 Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Mon, 15 Dec 2025 11:44:42 +0100 Subject: [PATCH] ROBOT is also a vulnerability We missed somehow to add in the big while loop to add the fact that ROBOT is a vulnerability which become apparent with #2967. This PR adds that. --- testssl.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/testssl.sh b/testssl.sh index 9199f194..7e633701 100755 --- a/testssl.sh +++ b/testssl.sh @@ -24710,6 +24710,7 @@ parse_cmd_line() { ;; -BB|--BB|--robot) do_robot=true + ((VULN_COUNT++)) ;; -R|--renegotiation) do_renego=true