Simon Bennetts

Results 614 comments of Simon Bennetts

Right now I'm not aware of anyone in the core team having access to an M1. You can submit a PR and we can validate that it doesnt impact other...

Did that years ago :D https://github.com/zaproxy/zaproxy/wiki/zappi

Read the docs? :) If you run the command with `-h` you get lots more info along with a link to https://www.zaproxy.org/docs/docker/baseline-scan/ which has even more...

On https://www.zaproxy.org/docs/docker/baseline-scan/ ``` To run it with no ‘file’ params use: docker run -t owasp/zap2docker-stable zap-baseline.py -t https://www.example.com If you use ‘file’ params then you need to mount the directory...

The POSTs should appear in the sites tree. If they dont then theres something going wrong with your setup.

The ZAP spiders aim to explore sites as thoroughly as possible in order to scan them better. Thats how it works and its not something we are going to change....

If anyone else fancies having a go at this then the key class is https://github.com/zaproxy/zaproxy/blob/main/zap/src/main/java/org/zaproxy/zap/utils/DisplayUtils.java - esp the getScaledIcon(..) methods. The options will also need changing as well as the...

Great! Anything you would like help with?

They look good. I dont think this add-on should handle the import/export of contexts - those are significantly different.

Confirmed that this happens with zap.exe as well.