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.
This commit is contained in:
Dirk Wetter
2025-12-15 11:44:42 +01:00
parent 08398b3ac2
commit 51a35b0344

View File

@@ -24710,6 +24710,7 @@ parse_cmd_line() {
;;
-BB|--BB|--robot)
do_robot=true
((VULN_COUNT++))
;;
-R|--renegotiation)
do_renego=true