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

Function updateVulnSummary

web/scripts/ragnar_modern.js:19530–19536  ·  view source on GitHub ↗
(summary)

Source from the content-addressed store, hash-verified

19528
19529 // Hide status after 3 seconds
19530 setTimeout(() => {
19531 if (statusEl) {
19532 statusEl.classList.add('hidden');
19533 }
19534 }, 3000);
19535 }
19536
19537 } else {
19538 addConsoleMessage(`Failed to start automatic mode: ${data.message || 'Unknown error'}`, 'error');
19539 if (statusEl) {

Callers 1

loadAdvancedVulnDataFunction · 0.70

Calls 1

updateElementFunction · 0.70

Tested by

no test coverage detected