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

Function isValidIPv4

web/scripts/ragnar_modern.js:582–588  ·  view source on GitHub ↗
(ip)

Source from the content-addressed store, hash-verified

580function getConfigDescription(key) {
581 if (configMetadata[key] && configMetadata[key].description) {
582 return configMetadata[key].description;
583 }
584 return "No additional information available for this setting.";
585}
586
587function escapeHtml(text) {
588 const div = document.createElement('div');
589 div.textContent = text;
590 return div.innerHTML;
591}

Callers 2

runManualLynisPentestFunction · 0.70

Calls 1

testMethod · 0.45

Tested by

no test coverage detected