Vulnerability Intelligence and Management by Cybersecurity Help s.r.o.



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.