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
Abstract: The random number generator implemented by random() cannot withstand a
cryptographic attack.
Sink: jszip.js:11488 FunctionPointerCall: random()
11486 // * http://www.whatwg.org/specs/web-apps/currentwork/multipage/comms.html#crossDocumentMessages
11487
11488 var messagePrefix = "setImmediate$" + Math.random() + "$";
11489 var onGlobalMessage = function (event) {
11490 if (event.source === global &&
The text was updated successfully, but these errors were encountered:
Abstract: The random number generator implemented by random() cannot withstand a
cryptographic attack.
Sink: jszip.js:11488 FunctionPointerCall: random()
11486 // * http://www.whatwg.org/specs/web-apps/currentwork/multipage/comms.html#crossDocumentMessages
11487
11488 var messagePrefix = "setImmediate$" + Math.random() + "$";
11489 var onGlobalMessage = function (event) {
11490 if (event.source === global &&
The text was updated successfully, but these errors were encountered: