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" } }