gsklee / ngStorage

localStorage and sessionStorage done right for AngularJS.
MIT License
2.34k stars 461 forks source link

Fortify scan(Insecure Randomness) #283

Open mikesorsibin opened 5 years ago

mikesorsibin commented 5 years ago

In line 1 of ngStorage.min.js When we did a fortify scan we are encountering an error stating Insecure Randomness.

Insecure randomness errors occur when a function that can produce predictable values is used as a source of randomness in security-sensitive context.

Help us solve the issue