Story #34
openEpic #51: Security Points Checking
Improper Error Handling
0%
1. Ensure that a customized error message is shown for any error that has occurred, which gives out very limited information.
2. Disable or limit detailed error handling. In particular, do not display debug information to end users, stack traces, or path information.
3. Application should make secure to prevent revealing of any kind of error and Hardening process should be carried out periodically.
Description
Prevent leakage of internal system details through error messages.
customizing error messages with limited information strikes a balance between informing users about issues and maintaining a user-friendly interface, all while safeguarding sensitive technical details.
Disabling or limiting detailed error handling involves configuring a system to refrain from displaying intricate technical information, such as debug information, stack traces, or file paths, to end users.
Updated by rashmita rout about 1 month ago
- Tracker changed from Epic to Story
- Parent task set to #51
- Work Type changed from Platform to Feature
- Acceptance Criteria updated (diff)
- DOR set to No