MCPcopy Create free account
hub / github.com/TheSecuredAnalyst/security-suite / create_result

Method create_result

modules/webscanner/base.py:23–25  ·  view source on GitHub ↗

Create a new ScanResult for this module.

(self, target: Target)

Source from the content-addressed store, hash-verified

21 pass
22
23 def create_result(self, target: Target) -> ScanResult:
24 """Create a new ScanResult for this module."""
25 return ScanResult(target=target, module=f"webscanner.{self.name}")

Callers 6

runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45

Calls 1

ScanResultClass · 0.90

Tested by

no test coverage detected