mirror of
https://github.com/FuzzingLabs/fuzzforge_ai.git
synced 2026-04-01 23:30:24 +02:00
SecurityAssessmentWorkflow was receiving 7 arguments instead of 2-5. The issue was that target_path and volume_mode from default_parameters were being passed to the workflow, when they should only be used by the system for configuration. Now filters out metadata-only parameters (target_path, volume_mode) before passing arguments to workflow execution.