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

Function refreshVulnerabilityIntel

web/scripts/ragnar_modern.js:5377–5380  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5375 status.classList.remove('hidden');
5376 status.innerHTML = '<span class="text-red-400">Failed: ' + escapeHtml(e.message) + '</span>';
5377 }
5378}
5379
5380// Install a missing network tool on demand (whitelisted server-side), then
5381// re-run the loader for the panel that reported it missing.
5382async function installNetTool(tool, btn, reloadFn) {
5383 _ndBusy(btn, true, 'Installing…');

Callers

nothing calls this directly

Calls 2

showNotificationFunction · 0.70
loadVulnerabilityIntelFunction · 0.70

Tested by

no test coverage detected