Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheSecuredAnalyst/security-suite
/ create_result
Method
create_result
modules/vulnscan/base.py:29–30 ·
view source on GitHub ↗
(self, target: Target)
Source
from the content-addressed store, hash-verified
27
""
"
28
29
def
create_result(self, target: Target) -> ScanResult:
30
return
ScanResult(target=target, module=f
"vulnscan.{self.name}"
)
Callers
nothing calls this directly
Calls
1
ScanResult
Class · 0.90
Tested by
no test coverage detected