Closed lfatty closed 9 years ago
Check that you have the latest version of lib/proxy-2.4-SNAPSHOT.jar
I've just clone the whole project from github into a clean directory and it works without error.
@continuumsecurity I fixed the issue, however, I noted that the new scan policies you added today do not have CWEid in ZAP because those policies are not there by default.
Where the policy does not have a CWEId, I've also added the WASC-ID which are the only two external references ZAP uses.
For instance HTTP Parameter polution and Expression Language injection are not in ZAP by default.
Thanks. They were reported as being available through the API. I've now removed them.
@continuumsecurity, I got the following error when running the latest bed-sec.
test/src/main/java/net/continuumsecurity/steps/AppScanningSteps.java:92: error: cannot find symbol byte[] xmlReport = scanner.getXmlReport();