-
Notifications
You must be signed in to change notification settings - Fork 111
Open
Labels
Description
Hi Omer, I've done all the steps from https://github.com/OWASP/glue/blob/master/docs/dynamic_task.md#zaproxy.
I have a report in txt format, but I have a question on how to remove false-positives from this report ? Can I create a glue.json file with false-positives ?
My idea is ts to do something like this :
- modify ZAP Docker image (adding bash script with curl command - request for ZAP API, response with report in json format, save report on local disk)
- step by step : https://github.com/OWASP/glue/blob/master/docs/dynamic_task.md#zaproxy.
- create glue.json file with false-positives
- run command : ruby /bin/glue --finding-file-path <path_glue.json>
What do you think about this solution ?