From d8a70370006441660b05cf494f325762b00debff Mon Sep 17 00:00:00 2001 From: David Cooper Date: Thu, 30 Mar 2017 12:37:41 -0400 Subject: [PATCH] Add missing comma I did some testing with http://jsonlint.com/ and discovered a missing comma when massing testing is being performed and a single JSON file is being created. --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index 7963bf6..d009372 100755 --- a/testssl.sh +++ b/testssl.sh @@ -892,7 +892,7 @@ fileout_json_finding() { $do_mx_all_ips && target="$URI" echo -e " { \"target host\" : \"$target\", - \"port\" : \"$PORT\" + \"port\" : \"$PORT\", \"service\" : \"$finding\", \"ip\" : \"$NODEIP\"," >> "$JSONFILE" else