We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba6891e + cb971b5 commit 6c045e0Copy full SHA for 6c045e0
testssl.sh
@@ -17735,8 +17735,10 @@ run_opossum() {
17735
prln_local_problem "direct connection to port 80 failed, better try without proxy"
17736
fileout "$jsonID" "WARN" "direct connection to port 80 failed, try w/o no proxy" "$cve" "$cwe"
17737
else
17738
- outln "connection to port 80 failed"
17739
- fileout "$jsonID" "INFO" "connection to port 80 failed" "$cve" "$cwe"
+ out "likely "
+ pr_svrty_good "not vulnerable (OK)"
17740
+ outln ", connection to port 80 failed"
17741
+ fileout "$jsonID" "OK" "connection to port 80 failed" "$cve" "$cwe"
17742
fi
17743
17744
;;
0 commit comments