CWE-584 - Return Inside Finally Block
CWE-584
- Abstraction:
- Base
- Structure:
- Simple
- Status:
- Draft
- Weakness Name
Return Inside Finally Block
- Description
The code has a return statement inside a finally block, which will cause any thrown exception in the try block to be discarded.
- Common Consequences
Scope: Other
Impact: Alter Execution Logic
- Related Weaknesses
- Release Date:
- 2006-12-15
- Latest Modification Date:
- 2023-06-29
Free security scan for your website