Insecure Randomness #6811
Korysam15
started this conversation in
Report issues other than bug
Replies: 1 comment
-
What security risk does Fortify scan think this has? The concern is that someone is going to use Alternatively, you could just create a fork and change that bit, or even monkey patch Math.random() with something that makes you happy within the confines of your app. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
All,
In the rxjs package version 6.x under internal/symbol/rxSubscriber.js there exists the following code:
This is a security issue as the Math.random() call can be very predictable and is causing a Fortify scan of mine to return with high level security issues due to the above code. Would it be possible to get this swapped out for crypto.randomuuid() instead?
Beta Was this translation helpful? Give feedback.
All reactions