From d9792a1ce228375119d15d18d342a5cd2afbe59e Mon Sep 17 00:00:00 2001 From: Lotfi Date: Tue, 6 Aug 2024 19:04:06 +0200 Subject: [PATCH] fixed ip in samples --- .../development/vulnerability_sample_no-CVE.json | 2 +- samples/positive/development/vulnerability_sample.json | 9 ++------- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/samples/negative/development/vulnerability_sample_no-CVE.json b/samples/negative/development/vulnerability_sample_no-CVE.json index 683b0aa..fca5775 100644 --- a/samples/negative/development/vulnerability_sample_no-CVE.json +++ b/samples/negative/development/vulnerability_sample_no-CVE.json @@ -13,7 +13,7 @@ "ReportClass": "Vulnerability", "ReportType": "Vulnerability", "Date": "2024-01-05T17:07:10Z", - "SourceIp": "192.07.2.111", + "SourceIp": "192.0.2.1", "SourcePort": 443, "CVSS": { "Version": "3.1", diff --git a/samples/positive/development/vulnerability_sample.json b/samples/positive/development/vulnerability_sample.json index 46addb2..54541a6 100644 --- a/samples/positive/development/vulnerability_sample.json +++ b/samples/positive/development/vulnerability_sample.json @@ -13,13 +13,8 @@ "ReportClass": "Vulnerability", "ReportType": "Vulnerability", "Date": "2024-01-05T17:07:10Z", - "SourceIp": "192.07.2.255", + "SourceIp": "192.0.2.1", "SourcePort": 443, - "CVE": "CVE-1234-78941", - "CVSS": { - "Version": "3.1", - "Score": 10.0, - "Vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H" - } + "CVE": "CVE-1234-78941" } }