From ed22012bf1dfce0d9ab925d39e9eafd0f941f960 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Victor=20N=C3=A4slund?= Date: Sat, 19 Nov 2022 19:06:38 +0100 Subject: Updated schema with tags and better logic for the 'result' tag, lets force description --- tests/data/example_data_3.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'tests/data/example_data_3.json') 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." } } } -- cgit v1.1