Hi,
I am using Zap python API in our selenium python existing automation scripts to automate the Zap security tests.
In our existing Selenium +python automation framework, I have installed owasp python api v2.4 plugin to interact with Owasp Zap Tool via selenium scripts.
When I run my scripts in selenium python, the generated Zap reports should only have only Medium and High Level Alerts by eliminating Alerts of other Risk levels
Can someone help with how can we achieve Alert filteration in Zap reports via Zap python API through selenium code.
For example:- In generated report , I want to remove alerts related to Low and Informational via python script. How can we acheive this?