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_1.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'tests/data/example_data_1.json') 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" } } -- cgit v1.1