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



Call to Thread run() instead of start()

The product calls a thread's run() method instead of calling start(), which causes the code to run in the thread of the caller instead of the callee.