summaryrefslogtreecommitdiff
path: root/tests/data/example_data_3.json
diff options
context:
space:
mode:
authorVictor Näslund <victor@sunet.se>2022-11-19 19:06:38 +0100
committerVictor Näslund <victor@sunet.se>2022-11-19 19:06:38 +0100
commited22012bf1dfce0d9ab925d39e9eafd0f941f960 (patch)
tree4e62a679db31f3f45f67499a46723d00cc9f01ef /tests/data/example_data_3.json
parent220653827c2df98cdbc8e94423e549edb4231d2f (diff)
Updated schema with tags and better logic for the 'result' tag, lets force descriptionvictor_updates
Diffstat (limited to 'tests/data/example_data_3.json')
-rw-r--r--tests/data/example_data_3.json8
1 files changed, 6 insertions, 2 deletions
diff --git a/tests/data/example_data_3.json b/tests/data/example_data_3.json
index 44d483b..897f9d3 100644
--- a/tests/data/example_data_3.json
+++ b/tests/data/example_data_3.json
@@ -1,5 +1,6 @@
{
- "document_version": 1,
+ "document_version": 3,
+ "tags": ["notify", "display"],
"ip": "192.0.2.28",
"port": 111,
"whois_description": "SOMENET",
@@ -36,6 +37,7 @@
"display_name": "CVE-2015-0003",
"vulnerable": true,
"reliability": 2,
+ "severity": 4,
"description": "A carefully crafted request body can cause a read to a random memory area which could cause the process to crash."
},
"cve_2015_0004": {
@@ -45,7 +47,9 @@
"cve_2015_0005": {
"display_name": "CVE-2015-0005",
"vulnerable": true,
- "reliability": 4
+ "severity": 4,
+ "reliability": 4,
+ "description": "Allows local users to cause a denial of service (system hang) via a crafted application, aka Windows Font Driver Denial of Service Vulnerability."
}
}
}