Here you can find all the free questions related with WGU Secure Software Design (D487, KEO1) Exam (WGU (D487, KEO1) Secure Software Design) exam. You can also find on this page links to recently updated premium files with which you can practice for actual WGU Secure Software Design (D487, KEO1) Exam . These premium versions are provided as WGU (D487, KEO1) Secure Software Design exam practice tests, both as desktop software and browser based application, you can use whatever suits your style. Feel free to try the WGU Secure Software Design (D487, KEO1) Exam premium files for free, Good luck with your WGU Secure Software Design (D487, KEO1) Exam .
Question No: 1
MultipleChoice
Credit card numbers are encrypted when stored in the database but are automatically decrypted when data is fetched. The testing tool intercepted the GET response, and testers were able to view credit card numbers as clear text.
How should the organization remediate this vulnerability?
Options
Answer CExplanation
The core issue here is cleartext transmission of sensitive data, and option C directly addresses this:
Addressing the Problem: The scenario reveals the vulnerability is the lack of encryption during data transmission (the GET response). Ensuring encryption in transit fixes this specific exploit.
Transport Layer Security: Encryption during transit is typically achieved through protocols like TLS (HTTPS), preventing the interception of sensitive information.