Skip to content

Commit e456679

Browse files
authored
Merge pull request #2970 from testssl/fix_missing_vulnLF_3.2
Add missing counter to ROBOT (3.2)
2 parents 67ee3d9 + 06fd88f commit e456679

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
@@ -20847,7 +20847,7 @@ find_openssl_binary() {
2084720847
initialize_engine
2084820848

2084920849
openssl_location="$(type -p $OPENSSL)"
20850-
20850+
2085120851
[[ -n "$GIT_REL" ]] && \
2085220852
cwd="$PWD" || \
2085320853
cwd="$RUN_DIR"
@@ -24328,6 +24328,7 @@ parse_cmd_line() {
2432824328
;;
2432924329
-BB|--BB|--robot)
2433024330
do_robot=true
24331+
((VULN_COUNT++))
2433124332
;;
2433224333
-R|--renegotiation)
2433324334
do_renego=true

0 commit comments

Comments
 (0)