summaryrefslogtreecommitdiff
path: root/tests/data/example_data_1.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/example_data_1.json')
-rw-r--r--tests/data/example_data_1.json9
1 files changed, 7 insertions, 2 deletions
diff --git a/tests/data/example_data_1.json b/tests/data/example_data_1.json
index 69f5d85..b0adb8a 100644
--- a/tests/data/example_data_1.json
+++ b/tests/data/example_data_1.json
@@ -1,5 +1,6 @@
{
- "document_version": 1,
+ "document_version": 2,
+ "tags": ["dev", "hide"],
"ip": "192.0.2.10",
"port": 443,
"whois_description": "SOMENET",
@@ -35,7 +36,9 @@
"cve_2015_0060": {
"display_name": "CVE-2015-0060",
"vulnerable": true,
- "reliability": 2
+ "reliability": 2,
+ "severity": 2,
+ "description": "Allows local users to cause a denial of service (system hang) via a crafted application, aka Windows Font Driver Denial of Service Vulnerability."
},
"cve_2015_0063": {
"display_name": "CVE-2015-0063",
@@ -45,12 +48,14 @@
"display_name": "Insecure cryptography",
"vulnerable": true,
"reliability": 5,
+ "severity": 3,
"description": "Uses RSA instead of elliptic curve."
},
"possible_webshell": {
"display_name": "Webshells (PST)",
"investigation_needed": true,
"reliability": 1,
+ "severity": 3,
"description": "A webshell of type PST was confirmed at /test/webshell.php"
}
}