Skip to content

Commit

Permalink
Add EPSS - Update logs-nessus.vulnerability.json
Browse files Browse the repository at this point in the history
Add EPSS
  • Loading branch information
nicpenning authored Sep 9, 2024
1 parent 74d4d07 commit 2d52a2c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pipelines/logs-nessus.vulnerability.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2d52a2c

Please sign in to comment.