We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a348839 + f6ff390 commit be9a85cCopy full SHA for be9a85c
1 file changed
testssl.sh
@@ -19668,7 +19668,7 @@ run_starttls_injection() {
19668
outln "Need socat for this check"
19669
return 1
19670
fi
19671
- if [[ -z "$HAS_UDS2" ]] && [[ -z "$HAS_UDS" ]]; then
+ if ! "$HAS_UDS2" && ! "$HAS_UDS"; then
19672
fileout "$jsonID" "WARN" "Need OpenSSL with Unix-domain socket s_client support for this check" "$cve" "$cwe" "$hint"
19673
outln "Need an OpenSSL with Unix-domain socket s_client support for this check"
19674
0 commit comments