Home / Vulnerability Database / JavaScript : Incorrect usage of block finally
JavaScript
JavaScript : Incorrect usage of block finally
Overview
JavaScript suspends the control flow statements of try and catch blocks until the execution of finally block finishes. So, when return, throw, break, continue is used in finally, control flow statements inside try and catch are overwritten, which is considered as unexpected behavior.
LOW
DerScanner Severity Score
Do you want to fix JavaScript : Incorrect usage of block finally in your application?
See also
JavaScript
JavaScript : Null salt
JavaScript
JavaScript : Empty encryption key
JavaScript
