zap-webdriver
zap-webdriver copied to clipboard
Are there newer harlib proxy and zap api jars
Hi,
I am still playing about with the zap web driver code.
I am looking at the xml reporting capability in the proxy jar and have seen mentioned elsewhere html reporting but the proxy-2.4-SNAPSHOT makes no mention of getHtmlReport() in the ZAProxyScanner.class
To that end I am wondering if these are the most up to date jars and in the lib folder?
Thanks
P
getHtmlReport wasn't exposed yet. I've added it and pushed a new version. Please note that it's untested, let me know if there are issues.
NVM
Playing about with xml and html now.
Where do these files get output too?
Sorry I had updated the zap-api but not the zap-webdriver code, have done so now.
The API calls return a byte[], which you can write to wherever is convenient.
Recommend looking at: github.com/continuumsecurity/bdd-security for a more full featured and regularly updated example
Its okay I was being lazy and worked it out for myself.
Thanks for updating.
I will look into the BDD solution.
Another lazy question is there a list of active scanner ids anywhere?