thread.interrupt vulnerability in cloud manager
Hi Team,
We are using custom workflow for some data processing and have used Thread.sleep(10000) in some method waiting. We are Catching the InterruptedException and along with logging it we are calling
Thread.currentThread().interrupt();
As per cloud manager code scan, it comes up as vulnerabilities. Is there any possible way to handle this.
Thanks,
Volga

