Skip to content

Commit 51a35b0

Browse files
committed
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.
1 parent 08398b3 commit 51a35b0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

testssl.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24710,6 +24710,7 @@ parse_cmd_line() {
2471024710
;;
2471124711
-BB|--BB|--robot)
2471224712
do_robot=true
24713+
((VULN_COUNT++))
2471324714
;;
2471424715
-R|--renegotiation)
2471524716
do_renego=true

0 commit comments

Comments
 (0)