We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 772420c commit 53bef58Copy full SHA for 53bef58
1 file changed
testssl.sh
@@ -17503,7 +17503,7 @@ run_winshock() {
17503
sclient_success=$?
17504
if [[ $sclient_success -eq 0 ]] || [[ "$sclient_success" -eq 2 ]]; then
17505
pr_svrty_best "not vulnerable (OK)"
17506
- debugme echo " - CAMELLIA or ECDHE_RSA ciphers found"
+ debugme echo " - CAMELLIA or ECDHE_RSA GCM ciphers found"
17507
fileout "$jsonID" "OK" "not vulnerable " "$cve" "$cwe"
17508
outln
17509
return 0
0 commit comments