diff options
-rw-r--r-- | example_data_1.json | 10 | ||||
-rw-r--r-- | example_data_2.json | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/example_data_1.json b/example_data_1.json index 2dbfff0..96aee14 100644 --- a/example_data_1.json +++ b/example_data_1.json @@ -32,16 +32,16 @@ "vulnerable": true } ], - "description": "A presentation of the observation as a whole (optional)", + "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": "unknown", - "display_name": "Subject Common Name", - "description": "A description of this key (optional)" + "data": "Apache", + "display_name": "Subject Common Name" }, "end_of_general_support": { "data": false, - "display_name": "End of general support" + "display_name": "End of general support", + "description": "Is the software currently supported?" } } } diff --git a/example_data_2.json b/example_data_2.json index 1ef5e1a..cc930a0 100644 --- a/example_data_2.json +++ b/example_data_2.json @@ -32,16 +32,16 @@ "vulnerable": true } ], - "description": "A presentation of the observation as a whole (optional)", + "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": "unknown", - "display_name": "Subject Common Name", - "description": "A description of this key (optional)" + "data": "VMware ESXi", + "display_name": "Subject Common Name" }, "end_of_general_support": { "data": true, - "display_name": "End of general support" + "display_name": "End of general support", + "description": "Is the software currently supported?" } } } |