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

Function showNetkbInfo

web/scripts/ragnar_modern.js:14342–14344  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

14340 if (pwnUpdateInFlight) return;
14341 pwnUpdateInFlight = true;
14342 _setPwnUpdateBadge('Checking…', 'bg-slate-700 text-slate-200');
14343
14344 try {
14345 const data = await fetchAPI('/api/pwn/check-updates');
14346
14347 if (data && data.installed === false) {

Callers 4

exportNetkbEntryFunction · 0.70
researchEntryFunction · 0.70
researchVulnerabilityFunction · 0.70
exploitVulnerabilityFunction · 0.70

Calls 1

showNotificationFunction · 0.70

Tested by

no test coverage detected