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

Class FuzzResult

modules/apisec/fuzzer.py:19–28  ·  view source on GitHub ↗

Result of a fuzz test.

Source from the content-addressed store, hash-verified

17
18@dataclass
19class FuzzResult:
20 """Result of a fuzz test."""
21 endpoint: str
22 method: str
23 parameter: str
24 payload: str
25 status_code: int
26 response_time: float
27 anomaly: bool = False
28 finding: Finding | None = None
29
30
31class APIFuzzer:

Callers 2

_fuzz_parameterMethod · 0.85
_fuzz_bodyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected