diff options
| author | Ernst Widerberg <ernst@sunet.se> | 2022-04-11 15:41:52 +0200 |
|---|---|---|
| committer | Ernst Widerberg <ernst@sunet.se> | 2022-04-11 15:41:52 +0200 |
| commit | 780879167b4b4b42d728a600fb7e6ffe4e7e9662 (patch) | |
| tree | ac51429453f3258b56ecdb3df9fc31961b6a5436 /example_data_1.json | |
| parent | e81061b11637a1918a0c938022357e5858c9eed1 (diff) | |
Reorder example_data for readability
Diffstat (limited to 'example_data_1.json')
| -rw-r--r-- | example_data_1.json | 24 |
1 files changed, 12 insertions, 12 deletions
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?" - } } } |
