We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15a18e7 commit 3f1effaCopy full SHA for 3f1effa
1 file changed
testssl.sh
@@ -17651,13 +17651,12 @@ run_opossum() {
17651
*) ret=7 ;;
17652
esac
17653
if [[ $response =~ Upgrade:\ TLS ]]; then
17654
- pr_svrty_critical "VULNERABLE (NOT ok)"
+ prln_svrty_critical "VULNERABLE (NOT ok)"
17655
fileout "$jsonID" "CRITICAL" "VULNERABLE" "$cve" "$cwe" "$hint"
17656
else
17657
- pr_svrty_best "not vulnerable (OK)"
+ prln_svrty_best "not vulnerable (OK)"
17658
fileout "$jsonID" "OK" "not vulnerable $append" "$cve" "$cwe"
17659
fi
17660
- echo
17661
;;
17662
*) [[ $DEBUG -ge 1 ]] && echo "not implemented yet"
17663
0 commit comments