MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / zapCheckAuthStatus

Function zapCheckAuthStatus

web/scripts/ragnar_modern.js:20386–20393  ·  view source on GitHub ↗

* Check ZAP authentication status - simplified since auth is now per-scan

()

Source from the content-addressed store, hash-verified

20384 }
20385
20386 const previewCount = 6;
20387 const hasMoreItems = data.length > previewCount;
20388 const previewItems = data.slice(0, previewCount);
20389 const hiddenItems = hasMoreItems ? data.slice(previewCount) : [];
20390
20391 function createLootItemHTML(item) {
20392 const filename = escapeHtml(item.filename || 'Unknown File');
20393 const size = escapeHtml(item.size || 'N/A');
20394 const source = escapeHtml(item.source || 'Unknown');
20395 const timestamp = escapeHtml(item.timestamp || 'Unknown');
20396 const encodedPath = item.path ? encodeURIComponent(item.path) : '';

Callers 1

fetchZapStatusFunction · 0.70

Calls 1

addMethod · 0.80

Tested by

no test coverage detected