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

Method __init__

modules/vulnscan/exploit_search.py:19–21  ·  view source on GitHub ↗
(self, max_cves: int = 5, max_github: int = 3)

Source from the content-addressed store, hash-verified

17
18 def __init__(self, max_cves: int = 5, max_github: int = 3):
19 self.max_cves = max_cves
20 self.max_github = max_github
21
22 async def search(
23 self,
24 product: str,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected