From 3eb402a3d5a018f56db1aa7a072b7b37234242e7 Mon Sep 17 00:00:00 2001 From: Frank Breedijk Date: Wed, 6 Dec 2017 16:10:53 +0100 Subject: [PATCH] JSOn output is broken by the JSON footer in combination with mass mode --- testssl.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/testssl.sh b/testssl.sh index 72ac3ab..3456e4e 100755 --- a/testssl.sh +++ b/testssl.sh @@ -14534,6 +14534,7 @@ run_mass_testing() { "$first" || fileout_separator # this is needed for appended output, see #687 first=false cat "$TEMPDIR/jsonfile_child.json" >> "$JSONFILE" + FIRST_FINDING=false fi done < "${FNAME}" return $?