Skip to content

Commit 3f1effa

Browse files
committed
Add lf at the right location
1 parent 15a18e7 commit 3f1effa

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

testssl.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17651,13 +17651,12 @@ run_opossum() {
1765117651
*) ret=7 ;;
1765217652
esac
1765317653
if [[ $response =~ Upgrade:\ TLS ]]; then
17654-
pr_svrty_critical "VULNERABLE (NOT ok)"
17654+
prln_svrty_critical "VULNERABLE (NOT ok)"
1765517655
fileout "$jsonID" "CRITICAL" "VULNERABLE" "$cve" "$cwe" "$hint"
1765617656
else
17657-
pr_svrty_best "not vulnerable (OK)"
17657+
prln_svrty_best "not vulnerable (OK)"
1765817658
fileout "$jsonID" "OK" "not vulnerable $append" "$cve" "$cwe"
1765917659
fi
17660-
echo
1766117660
;;
1766217661
*) [[ $DEBUG -ge 1 ]] && echo "not implemented yet"
1766317662
;;

0 commit comments

Comments
 (0)