From 2d52a2c230be68af77e9d694d7428a457c0ec3eb Mon Sep 17 00:00:00 2001 From: Nic Date: Sun, 8 Sep 2024 19:25:20 -0500 Subject: [PATCH] Add EPSS - Update logs-nessus.vulnerability.json Add EPSS --- pipelines/logs-nessus.vulnerability.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pipelines/logs-nessus.vulnerability.json b/pipelines/logs-nessus.vulnerability.json index 91326a0..bde7c60 100644 --- a/pipelines/logs-nessus.vulnerability.json +++ b/pipelines/logs-nessus.vulnerability.json @@ -39,6 +39,15 @@ "ignore_missing": true } }, + { + "convert": { + "field": "nessus.epss_score", + "type": "float", + "ignore_missing": true, + "if": "ctx.nessus?.epss_score != null", + "tag": "Convert EPSS score to float" + } + }, { "convert": { "field": "event.duration",