Integrate ZAP 2.8.0 (no HUB) as the setup is different also update the filtering as usual ZAP exclusion is again broken

This commit is contained in:
Nanne Baars
2019-11-11 16:42:47 +01:00
committed by Nanne Baars
parent d8844216cc
commit 7d48427d4f
7 changed files with 40 additions and 50 deletions

View File

@ -40,7 +40,7 @@ var html = '<tr class="STATUS">' +
'</tr>';
function getServers(column) {
$.get("SqlInjection/servers?column=" + column, function (result, status) {
$.get("SqlInjectionMitigations/servers?column=" + column, function (result, status) {
$("#servers").empty();
for (var i = 0; i < result.length; i++) {
var server = html.replace('ID', result[i].id);