| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Signed-off-by: Jannik Hollenbach <jannik.hollenbach@iteratec.com>
Signed-off-by: Jannik Hollenbach <jannik.hollenbach@iteratec.com>
Signed-off-by: Jannik Hollenbach <jannik.hollenbach@iteratec.com>
Due to the placement of the ports section these would have been added to the last extraContainers entry, not on the sidecar Signed-off-by: Jannik Hollenbach <jannik.hollenbach@iteratec.com>
Scan results are now written in its filesystem rather than the one of the zap-advanced-scan container Signed-off-by: Jannik Hollenbach <jannik.hollenbach@iteratec.com>
| Back | FazBrowse Home | New Git URL |
Description
This PR migrates the Zap Advanced ScanType to use ZAPs new Reporting API.
This allows to properly scope the results to the configured context.
To allow this change we had to make some changes to the way results are passed to the secureCodeBox Lurker:
Previously the Results were fetched by the zap-advanced python script and written to disk. This is not possible with the new reporting addon as it only supports writing the report directly to disk and isn't returned in the api.
This limitation is worked around by mounting the zap-results volume also into the zap-sidecar so that zap can write the results directly to disk / the shared results volume.
Checklist