Secure Coding 101 – Error Handling and Logging

Errors are annoying; they cause unexpected behaviors and sometimes expose sensitive information if they are not handled well. In the second chapter of Secure Coding 101, we will explore effective error handling techniques and the importance of logging security events…