-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker ZAP integrated with OWASP Glue #152
Comments
Yep, using the glue json you can either ignore or postpone findings. |
OK, the solution works, but how to generate a report in json / text / csv format after filtering false-positves from the glue.json file? |
There is a JSON reporter, but it will print all the finding to the console - currently, there is no reporter that generates a file with the finding. Maybe open a PR and add a decorator reporter that wrap any existing reporter and put the output in a file? |
I am trying to use the owasp/glue docker image and analyze the .json report (filter out false-positives).
but I get output
What is wrong ? |
Yep, try the |
Hi Omer, thank you very much for the tips. |
Sorry, there was a bug in the pattern - just fixed it in #153 :) |
It's OK, I would suggest updating the documentation. Thank you very much. |
I did - take a look at the PR :) |
I would like to report results to JIRA. |
Actually - I'm not sure. Try just |
When trying to connect to the JIRA server (https) - I get an error
How to fix it ? |
Look like a TLS issue, does your Jira server has a valid TLS certificate? |
The certificate is good.
|
That's weird because the error:
Look like a TLS issue... Do you run glue inside docker? |
Yes. |
Can you try that outside the docker container? And can you test your website using tools like SSLLabs? |
OK, it works. I found a working solution. I tested this solution on local machine and it's working. |
Sounds like a PR? |
I would like :-) |
So file an issue please? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
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 :
What do you think about this solution ?
output.txt
The text was updated successfully, but these errors were encountered: