Skip to content

Commit 06fd88f

Browse files
committed
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.
1 parent e22872f commit 06fd88f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

testssl.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20844,7 +20844,7 @@ find_openssl_binary() {
2084420844
initialize_engine
2084520845

2084620846
openssl_location="$(type -p $OPENSSL)"
20847-
20847+
2084820848
[[ -n "$GIT_REL" ]] && \
2084920849
cwd="$PWD" || \
2085020850
cwd="$RUN_DIR"
@@ -24325,6 +24325,7 @@ parse_cmd_line() {
2432524325
;;
2432624326
-BB|--BB|--robot)
2432724327
do_robot=true
24328+
((VULN_COUNT++))
2432824329
;;
2432924330
-R|--renegotiation)
2433024331
do_renego=true

0 commit comments

Comments
 (0)