CWE-584—Return Inside Finally Block
PUBLISHEDweakness record
released 2006-12-15 · last modified 2025-12-11
Metadata
名称
Return Inside Finally Block
描述
The code has a return statement inside a finally block, which will cause any thrown exception in the try block to be discarded.