Open francescaProject opened 9 months ago
The random number generator implemented by random() cannot withstand a cryptographic attack. In this case, the function that generates weak random numbers is random() in sockjs.js on line 3607.
return Math.floor(Math.random() * max);
The random number generator implemented by random() cannot withstand a cryptographic attack. In this case, the function that generates weak random numbers is random() in sockjs.js on line 3607.
return Math.floor(Math.random() * max);