CWE-584Base

Return Inside Finally Block

Draft in the CWE catalog · 0 CVEs mapped

0
CVEs mapped
What it is

The code has a return statement inside a finally block, which will cause any thrown exception in the try block to be discarded.

The record
Technical detail
CWE ID
CWE-584
Abstraction
Base
Structure
Simple
Status
Draft