Detects instances of "child_process" & non-literal "exec()" calls (security/detect-child-process)

December 14, 2022 · View on GitHub

⚠️ This rule warns in the ✅ recommended config.

Detect instances of child_process & non-literal exec()

More information: Avoiding Command Injection in Node.js