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

Function complianceEscape

web/scripts/ragnar_modern.js:10516–10520  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

10514 <td class="px-3 py-1.5">${loc}</td>
10515 <td class="px-3 py-1.5 text-gray-500">${escapeHtml(String(r.source || '—'))}</td>
10516 <td class="px-3 py-1.5">${vpnCell(r)}</td>
10517 </tr>`;
10518 }).join('');
10519 out.innerHTML = `<table class="min-w-full text-sm text-gray-300 whitespace-nowrap">
10520 <thead><tr class="text-left text-xs uppercase text-gray-500">
10521 <th class="px-3 py-1.5">Interface</th><th class="px-3 py-1.5">ISP</th>
10522 <th class="px-3 py-1.5">ASN</th><th class="px-3 py-1.5">Public IP</th>
10523 <th class="px-3 py-1.5">Location</th><th class="px-3 py-1.5">Source</th>

Callers 3

loadComplianceDataFunction · 0.70
renderComplianceCISFunction · 0.70
renderCompliancePCIFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected