セキュリティ研究者が Web アプリケーションのテスト中に次のメッセージを特定しました。 問題を解決するために研究者が推奨すべきものは次のどれですか?
正解:C
The log messages in the image display detailed error messages, indicating improper error handling, which can expose sensitive information to potential attackers. Proper error handling ensures that error messages do not reveal underlying application details (such as file paths or configuration information) that could be exploited. This aligns with the best practices in secure coding and is a core concept in CASP+. Rather than exposing the inner workings of the application, the system should return generic error messages to users while logging detailed information securely for internal troubleshooting. Reference: CASP+ CAS-004 Exam Objectives: Domain 2.0 - Enterprise Security Operations (Secure Coding, Error Handling) CompTIA CASP+ Study Guide: Web Application Security and Proper Error Handling Techniques