mirror of
https://github.com/FuzzingLabs/fuzzforge_ai.git
synced 2026-07-07 10:57:49 +02:00
43d3eae1db
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.