mirror of
https://github.com/FuzzingLabs/fuzzforge_ai.git
synced 2026-07-02 00:55:30 +02:00
feat: Complete Temporal migration cleanup and fixes
- Remove obsolete docker_logs.py module and container diagnostics from SDK - Fix security_assessment workflow metadata (vertical: rust -> python) - Remove all Prefect references from documentation - Add SDK exception handling test suite - Clean up old test artifacts
This commit is contained in:
@@ -26,3 +26,10 @@ path = "fuzz_targets/fuzz_divide.rs"
|
||||
test = false
|
||||
doc = false
|
||||
bench = false
|
||||
|
||||
[[bin]]
|
||||
name = "fuzz_waterfall"
|
||||
path = "fuzz_targets/fuzz_waterfall.rs"
|
||||
test = false
|
||||
doc = false
|
||||
bench = false
|
||||
|
||||
Reference in New Issue
Block a user