mirror of
https://github.com/j3ssie/osmedeus.git
synced 2026-08-26 09:32:28 +02:00
- Add skip() function to terminate remaining steps in current module while continuing to next module, with optional message parameter - Implement isFuzzyModuleExcluded() for substring-based module filtering in ExecuteFlow - Add fuzzy_exclude_modules CLI flag (-X) to both run and scan commands for flexible module exclusion - Handle ErrSkipModule sentinel error throughout executor (executeStep, executeStepsDAG, ExecuteModule, ExecuteFlow) with proper status propagation - Update function registry and Goja runtime to register skip() function - Add comprehensive unit tests for skip() behavior, SkipModuleError, and fuzzy module matching - Update snapshot tests to use generic example.com instead of shopee.vn