summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErnst Widerberg <ernst@sunet.se>2022-04-11 15:41:52 +0200
committerErnst Widerberg <ernst@sunet.se>2022-04-11 15:41:52 +0200
commit780879167b4b4b42d728a600fb7e6ffe4e7e9662 (patch)
treeac51429453f3258b56ecdb3df9fc31961b6a5436
parente81061b11637a1918a0c938022357e5858c9eed1 (diff)
Reorder example_data for readability
-rw-r--r--example_data_1.json24
-rw-r--r--example_data_2.json24
2 files changed, 24 insertions, 24 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?"
- }
}
}
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?"
- }
}
}