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

Function triggerSubnetScan

web/scripts/ragnar_modern.js:21310–21322  ·  view source on GitHub ↗
(cidr)

Source from the content-addressed store, hash-verified

21308 <div class="text-sm">${entry.description}</div>
21309 </div>
21310 <div>
21311 <label class="text-sm text-gray-400">Source</label>
21312 <div class="text-sm">${entry.source}</div>
21313 </div>
21314 <div>
21315 <label class="text-sm text-gray-400">Discovered</label>
21316 <div class="text-sm">${discoveredDate}</div>
21317 </div>
21318 ${entry.cve ? `
21319 <div>
21320 <label class="text-sm text-gray-400">CVE</label>
21321 <div class="font-mono text-sm">${entry.cve}</div>
21322 </div>
21323 ` : ''}
21324 </div>
21325 </div>

Callers 1

addScanSubnetFunction · 0.70

Calls 3

errorMethod · 0.80
networkAwareFetchFunction · 0.70
_startSubnetLogPollingFunction · 0.70

Tested by

no test coverage detected