Inspecting developer code for functions like system, exec, and popen is recommended to reduce the likelihood of what type of public-facing attack?
Inspecting developer code for functions like system, exec, and popen is recommended to reduce the likelihood of what type of public-facing attack?
Inspecting developer code for functions like system, exec, and popen is crucial because these functions are frequently exploited in command injection attacks. Command injection allows attackers to execute arbitrary commands on the host operating system, which can lead to significant security vulnerabilities. Thus, the correct answer is Command Injection.
C. Command Injection