From 49608294338adb6a20038b32c47905f2e806d302 Mon Sep 17 00:00:00 2001 From: Dirk Date: Sun, 19 Apr 2020 23:54:42 +0200 Subject: [PATCH] Fix JSON for grading / rating --- testssl.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/testssl.sh b/testssl.sh index 316269a..bd62c1a 100755 --- a/testssl.sh +++ b/testssl.sh @@ -1121,6 +1121,7 @@ fileout_json_section() { 9) echo -e ",\n \"vulnerabilities\" : [" ;; 10) echo -e ",\n \"cipherTests\" : [" ;; 11) echo -e ",\n \"browserSimulations\": [" ;; + 12) echo -e ",\n \"grading\" : [" ;; *) echo "invalid section" ;; esac }