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_2.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'example_data_2.json') diff --git a/example_data_2.json b/example_data_2.json index f4083b1..e73d2b5 100644 --- a/example_data_2.json +++ b/example_data_2.json @@ -10,6 +10,18 @@ "domain": "sunet.se", "timestamp_in_utc": "2021-06-30T10:00 UTC", "system_name": "VMware ESXi 6.7.0 build-17700523", + "description": "VMware ESXi is an enterprise-class, type-1 hypervisor developed by VMware for deploying and serving virtual computers. As a type-1 hypervisor, ESXi is not a software application that is installed on an operating system; instead, it includes and integrates vital OS components, such as a kernel.", + "custom_data": { + "subject_cn": { + "data": "VMware ESXi", + "display_name": "Subject Common Name" + }, + "end_of_general_support": { + "data": true, + "display_name": "End of general support", + "description": "Is the software currently supported?" + } + }, "result": { "cve_2019_0001": { "cve": "CVE-2019-0001", @@ -35,17 +47,5 @@ "vulnerable": true, "reliability": 4 } - }, - "description": "VMware ESXi is an enterprise-class, type-1 hypervisor developed by VMware for deploying and serving virtual computers. As a type-1 hypervisor, ESXi is not a software application that is installed on an operating system; instead, it includes and integrates vital OS components, such as a kernel.", - "custom_data": { - "subject_cn": { - "data": "VMware ESXi", - "display_name": "Subject Common Name" - }, - "end_of_general_support": { - "data": true, - "display_name": "End of general support", - "description": "Is the software currently supported?" - } } } -- cgit v1.1