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

Function researchVulnerability

web/scripts/ragnar_modern.js:14320–14324  ·  view source on GitHub ↗
(cveOrId)

Source from the content-addressed store, hash-verified

14318 };
14319}
14320
14321function formatPwnStateLabel(state) {
14322 if (!state) {
14323 return 'Unknown';
14324 }
14325 return state.replace(/_/g, ' ').replace(/\b\w/g, char => char.toUpperCase());
14326}
14327

Callers

nothing calls this directly

Calls 2

openMethod · 0.80
showNetkbInfoFunction · 0.70

Tested by

no test coverage detected