Skip to content

v1.0.1 - Engine Refactor & Stability Patch

Choose a tag to compare

@SepJs SepJs released this 14 Jun 12:38
· 108 commits to main since this release
4c192d5

Modularization: Refactored the core engine logic to decouple CLI commands from scan execution, fixing redeclaration conflicts.

Interface Compliance: Standardized all scanner modules by correctly implementing Description() and Level() methods.

Bug Fixes: Resolved build-time errors caused by duplicate method declarations in module packages.

Code Cleanup: Removed unused imports and optimized the scan dispatcher logic for better maintainability.

Stability: Improved build reliability across all scan modules.