Details
-
New Feature
-
Status: Resolved (View Workflow)
-
Minor
-
Resolution: Done
Description
Support context alert filters
Allow to change alert risk levels. e.g. be able to filter for known false positives/ignore issues.
Ideally to load a filter file (just like a policy file) from the ZAP Settings directory and then specify it in the job configurations.
See the Related UI/API Enhancement Request request for the plugin for more details.
I worked on the issue, and I finished implementing the feature.
The only things that slow down its integration is that it needs the class alert filter in zap-api-java, which is for now the beta step.
I download zap-api-java and compile it locally to implement the plugin functionality.
It can be found here:
For those who want to try, I joined the .hpi
And also for better result, make sure you have cleaned all your zap alerts before saving the session. So that for each build of jenkins, it considers url as a new URL ....