Because of an insecure code practice, an attacker can leverage and completely compromise an application or the underlying system. What insecure code practice enabled this catastrophic threat?
- lack of error handling
- use of hard-coded credentials
- overly verbose error handling
- comments that contain too much information
Explanation & Hint: Hard-coded credentials are catastrophic flaws that attackers can leverage to completely compromise an application or the underlying system. |