/** * @fileoverview CWE-77: Improper Neutralization of Special Elements (Command Injection) * @module @nahisaho/musubix-security/rules/cwe/cwe-77-command-injection * @trace TSK-RULE-006 */ import type { SecurityRule } from '../types.js'; export declare const cwe77CommandInjection: SecurityRule; export default cwe77CommandInjection; //# sourceMappingURL=cwe-77-command-injection.d.ts.map