-
-
Notifications
You must be signed in to change notification settings - Fork 461
Closed
Description
Hello!
My react native android app was audited by some security company. And they have found an issue in sentry-java codebase. I know it's a weird issue and it's ok to use insecure random not in cipher algorithms. But my employer require to fix these issues.
Could you change please
import java.util.Random;
to
import java.security.SecureRandom;
in files:
and
Metadata
Metadata
Assignees
Labels
No labels