Simon Bennetts

Results 614 comments of Simon Bennetts

Sorry, I was too hasty! The logs do show a problem that we'll look into...

Running `docker run -v $(pwd):/zap/wrk/:rw -t ghcr.io/zaproxy/zaproxy:stable zap-baseline.py -t https://www.example.com -J /zap/wrk/report.json` I get an error of `Job report failed to generate report: /zap/wrk/zap/wrk/report.json` While running `docker run -v $(pwd):/zap/wrk/:rw...

@chaoscode have you seen this page? https://www.zaproxy.org/docs/docker/diagnosing-problems/#cannot-access-created-files

Did it successfully create the file? Can you see the file once the docker container exited?

So this appears to be a docker file mounting issue - have a look at their docs, and let us know how you get on. We'd love to improve our...

Hang on, the file wont be in the container one thats exited. It should be in your `C:\user\{username}\Desktop\Work` directory - can you check that?

How were you thinking of alerting the user? A dialog that keeps on popping up would be very annoying,

I'm ok with that as long as theres a 'Dont show me this again' checkbox :)

ZAP uses log4j, so the logger level can be set on a per class basis. But it would be good to be able to get and set the logger levels...

Yeah, I understood. But theres not actually just one level, there can be a different level per class. If we add API calls for this we should cope with the...