Secure Coding (Java) - Lab 6: Error Handling
There are a few security issues related to error handling and logging. Is enough data being logged for thorough forensic investigation? Are verbose error messages being displayed to the end-user? In this lab, you will look at vulnerabilities involving overly verbose error messages, insufficient logging, and how to remediate using Java.
Time
45 minutes
Difficulty
Intermediate
Share
Join over 3 million cybersecurity professionals advancing their career
Sign up with
Required fields are marked with an *
or
Already have an account? Sign In »

Overview
There are a few security issues related to error handling and logging. Is enough data being logged for thorough forensic investigation? Are verbose error messages being displayed to the end-user? In this lab, you will look at vulnerabilities involving overly verbose error messages, insufficient logging, and how to remediate using Java.
Learning Partner