/** * @fileoverview CWE-287: Improper Authentication * @module @nahisaho/musubix-security/rules/cwe/cwe-287-improper-auth * @trace TSK-RULE-005 */ import type { SecurityRule } from '../types.js'; export declare const cwe287ImproperAuth: SecurityRule; export default cwe287ImproperAuth; //# sourceMappingURL=cwe-287-improper-auth.d.ts.map