fix(fuzzer):

This commit is contained in:
Alexander Myasoedov
2025-03-02 19:46:32 +02:00
parent 4b0ecc70ca
commit 3b2f407f2d
+1 -1
View File
@@ -117,7 +117,7 @@ async def perform_single_shot_scan(
secrets: dict[str, str] = {},
) -> AsyncGenerator[str, None]:
"""Perform a standard security scan."""
max_budget = max_budget * 100_000_000
max_budget = max_budget * BUDGET_MULTIPLIER
selected_datasets = [m for m in datasets if m["selected"]]
request_factory = multi_modality_spec(request_factory)
try: