Skip to content
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

Add a flag so that we can get the full report with request / response bodey / headers #38

Open
bhecquet opened this issue Mar 9, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@bhecquet
Copy link
Contributor

bhecquet commented Mar 9, 2022

What feature do you want to see added?

For now, when looking at the (nice) zap pipeline report, it may be difficult to analyze what happens and reproduce the problem because headers and bodies are not available.

I would like the report to give these information

Upstream changes

No response

@bhecquet bhecquet added the enhancement New feature or request label Mar 9, 2022
@shardy-lbar
Copy link
Contributor

shardy-lbar commented May 4, 2022

The raw json and xml reports are direct from the Report API on zap (https://www.zaproxy.org/docs/api/#coreotherjsonreport).

These reports only include the following details on each alert instance, which we also display in the UX report:

  • uri
  • method
  • param
  • evidence
  • attack

The API docs for Zap are not the easiest to read, especially as they are lacking the schema for the response from each API.

If you (or others) are aware of any API on Zap that can fetch further details on the incidents (to the degree that you require) we could then look to use them to augment the existing json/xml/UX reports.

Otherwise it may be a while before I get enough free time to manually experiment with all the zap APIs in order to find this information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants