最近のセキュリティ侵害を調査しているときに、アナリストは、攻撃者が会社の Web サイトを介して SOL 感染によってアクセスしたことを発見しました。この問題の再発を防ぐために、アナリストは Web サイト開発者に次のどれを推奨する必要がありますか?
正解:B
Input sanitization is a critical security measure to prevent SQL injection attacks, which occur when an attacker exploits vulnerabilities in a website's input fields to execute malicious SQL code. By properly sanitizing and validating all user inputs, developers can prevent malicious code from being executed, thereby securing the website against such attacks. References = CompTIA Security+ SY0-701 study materials, particularly in the domain of web application security and common vulnerability mitigation strategies.