From 780879167b4b4b42d728a600fb7e6ffe4e7e9662 Mon Sep 17 00:00:00 2001 From: Ernst Widerberg Date: Mon, 11 Apr 2022 15:41:52 +0200 Subject: Reorder example_data for readability --- example_data_1.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'example_data_1.json') diff --git a/example_data_1.json b/example_data_1.json index 98a5edf..3b64472 100644 --- a/example_data_1.json +++ b/example_data_1.json @@ -10,6 +10,18 @@ "domain": "sunet.se", "timestamp_in_utc": "2021-06-21T14:06 UTC", "system_name": "Apache 2.1.3", + "description": "The Apache HTTP Server is a free and open-source cross-platform web server software, released under the terms of Apache License 2.0.", + "custom_data": { + "subject_cn": { + "data": "Apache", + "display_name": "Subject Common Name" + }, + "end_of_general_support": { + "data": false, + "display_name": "End of general support", + "description": "Is the software currently supported?" + } + }, "result": { "cve_2015_0049": { "display_name": "CVE-2015-0049", @@ -35,17 +47,5 @@ "reliability": 5, "description": "Uses RSA instead of elliptic curve." } - }, - "description": "The Apache HTTP Server is a free and open-source cross-platform web server software, released under the terms of Apache License 2.0.", - "custom_data": { - "subject_cn": { - "data": "Apache", - "display_name": "Subject Common Name" - }, - "end_of_general_support": { - "data": false, - "display_name": "End of general support", - "description": "Is the software currently supported?" - } } } -- cgit v1.1