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

Method confirmed

modules/exploit_engine/runner.py:40–41  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

38 error: str = ""
39 timestamp: str = field(default_factory=lambda: datetime.now(timezone.utc).isoformat())
40 attack_tags: list[dict] = field(default_factory=list)
41
42 @property
43 def confirmed(self) -> bool:
44 return self.status == "CONFIRMED"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected