/** * @fileoverview OWASP A06:2021 - Vulnerable and Outdated Components * @module @nahisaho/musubix-security/rules/owasp/a06 * @trace REQ-SEC-OWASP-006 */ import type { SecurityRule } from '../types.js'; /** * OWASP A06:2021 - Vulnerable and Outdated Components * * Detects: * - Known vulnerable package versions * - Outdated dependencies * - Using unmaintained packages * - Missing integrity checks */ export declare const owaspA06VulnerableComponents: SecurityRule; export default owaspA06VulnerableComponents; //# sourceMappingURL=a06-vulnerable-components.d.ts.map