Home / Vulnerability Database / TypeScript : Incorrect usage of block finally
TypeScript
TypeScript : 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 TypeScript : Incorrect usage of block finally in your application?
See also
TypeScript
TypeScript : Unsafe Azure access control
TypeScript
TypeScript : Debug code
TypeScript
