mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-16 17:11:58 +00:00
f03d83872e
- Add optional requirements property to Framework interface for flat structures - Replace union type with const-based pattern for TopFailedDataType - Remove all 'as any' casts from commons.tsx and mitre.tsx - Extract helper functions (buildTopFailedResult, hasFlatStructure, incrementFailedCount) for DRY - Type Maps properly with explicit generic parameters - Add proper return types to findOrCreateCategory and findOrCreateControl - Replace any[] with unknown[] in ENSAttributesMetadata - Fix React import to use named imports (createElement, ReactNode)