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

Function refreshNetworkMap

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

Source from the content-addressed store, hash-verified

21217
21218// Load threat intelligence data when tab is shown
21219async function loadThreatIntelData() {
21220 try {
21221 const statusParam = encodeURIComponent(threatIntelStatusFilter || 'open');
21222 // Load grouped vulnerabilities
21223 const response = await networkAwareFetch(`/api/vulnerabilities/grouped?status=${statusParam}`);
21224 if (response.ok) {
21225 const data = await response.json();

Callers 1

onMapAiToggleClickFunction · 0.70

Calls 1

loadNetworkMapFunction · 0.70

Tested by

no test coverage detected