Hello,
I am trying to exclude "Modern Web Application", with "plugin id" 10109. There doesn't seem to be any way to do that, but I thought maybe marking it as a False Positive would be sufficient. I can't figure out how.
Here's what I added at the end of my yml job definition file:
- type: alertFilter
alertFilters:
- ruleId: 10109
newRisk: 'False Positive'
Seems pretty straight-forward. Logs indicate that it should be working:
Job: alertFilter Added global filter for alertId: 10,109 new risk: False Positive
However, the final report doesn't change. "Modern Web Application" is always shown as Informational. Worth noting also that I have not used the following section found in the documentation because it's not valid:
parameters:
deleteGlobalAlerts: true
What am I doing wrong? Thanks in advance :)