You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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 text was updated successfully, but these errors were encountered: