We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02a3c2c commit 4cc02a6Copy full SHA for 4cc02a6
1 file changed
testssl.sh
@@ -17103,7 +17103,7 @@ run_renego() {
17103
0) pr_svrty_high "VULNERABLE (NOT ok)"; outln ", DoS threat ($ssl_reneg_attempts attempts)"
17104
fileout "$jsonID" "HIGH" "VULNERABLE, DoS threat" "$cve" "$cwe" "$hint"
17105
;;
17106
- 1) pr_svrty_good "not vulnerable (OK)"; outln " -- mitigated (disconnect after $loop_reneg/$ssl_reneg_attempts attemps)"
+ 1) pr_svrty_good "not vulnerable (OK)"; outln " -- mitigated (disconnect after $loop_reneg/$ssl_reneg_attempts attempts)"
17107
fileout "$jsonID" "OK" "not vulnerable, mitigated" "$cve" "$cwe"
17108
17109
2) pr_svrty_good "not vulnerable (OK)"; \
0 commit comments