/** * @fileoverview CWE-94: Improper Control of Generation of Code (Code Injection) * @module @nahisaho/musubix-security/rules/cwe/cwe-94-code-injection * @trace TSK-RULE-006 */ import type { SecurityRule } from '../types.js'; export declare const cwe94CodeInjection: SecurityRule; export default cwe94CodeInjection; //# sourceMappingURL=cwe-94-code-injection.d.ts.map