CWE-584: Return Inside Finally Block

ID CWE-584
Abstraction Base
Structure Simple
Status Draft
The code has a return statement inside a finally block, which will cause any thrown exception in the try block to be discarded.

Modes of Introduction

Phase Note
Implementation

Relationships

View Weakness
# ID View Status # ID Name Abstraction Structure Status
CWE-1000 Research Concepts Draft CWE-705 Incorrect Control Flow Scoping Class Simple Incomplete
Loading...
Loading...