Closed GoogleCodeExporter closed 9 years ago
Even the scans method gives the progress as 0% if the scan is still running. If
it is finished, it shows the progress as 100%.
Ex:
http://zap/JSON/ascan/view/scans/?zapapiformat=JSON
{"scans":
[
{"progress":"100","id":"3","state":"FINISHED"},
{"progress":"0","id":"4","state":"RUNNING"},
{"progress":"100","id":"5","state":"FINISHED"},
{"progress":"100","id":"6","state":"FINISHED"},
{"progress":"0","id":"7","state":"RUNNING"}
]
}
Original comment by dmet...@gmail.com
on 17 Mar 2015 at 10:33
The progress/status reported is not incorrect, it is reporting the percentage
of scanners completed. So, if only one scanner is enabled it will only report 0
or 100 (running or completed).
Original comment by THC...@gmail.com
on 4 May 2015 at 3:00
r6088
Original comment by THC...@gmail.com
on 4 May 2015 at 7:58
Merged into branch 2.4 (r6096).
Original comment by THC...@gmail.com
on 5 May 2015 at 4:00
ZAP has been migrated to github
This issue will be on github issues with the same ID:
https://github.com/zaproxy/zaproxy/issues
Original comment by psii...@gmail.com
on 5 Jun 2015 at 9:18
Original issue reported on code.google.com by
dmet...@gmail.com
on 17 Mar 2015 at 10:27