Merge pull request #2970 from testssl/fix_missing_vulnLF_3.2

Add missing counter to ROBOT (3.2)
This commit is contained in:
Dirk Wetter
2025-12-19 13:58:42 +01:00
committed by GitHub

View File

@@ -20847,7 +20847,7 @@ find_openssl_binary() {
initialize_engine initialize_engine
openssl_location="$(type -p $OPENSSL)" openssl_location="$(type -p $OPENSSL)"
[[ -n "$GIT_REL" ]] && \ [[ -n "$GIT_REL" ]] && \
cwd="$PWD" || \ cwd="$PWD" || \
cwd="$RUN_DIR" cwd="$RUN_DIR"
@@ -24328,6 +24328,7 @@ parse_cmd_line() {
;; ;;
-BB|--BB|--robot) -BB|--BB|--robot)
do_robot=true do_robot=true
((VULN_COUNT++))
;; ;;
-R|--renegotiation) -R|--renegotiation)
do_renego=true do_renego=true