You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ranger.apache.org by "Abhay Kulkarni (JIRA)" <ji...@apache.org> on 2018/02/20 22:52:00 UTC

[jira] [Created] (RANGER-1988) Fix insecure randomness

Abhay Kulkarni created RANGER-1988:
--------------------------------------

             Summary: Fix insecure randomness
                 Key: RANGER-1988
                 URL: https://issues.apache.org/jira/browse/RANGER-1988
             Project: Ranger
          Issue Type: Bug
          Components: plugins
    Affects Versions: 0.7.1, master
            Reporter: Abhay Kulkarni
            Assignee: Abhay Kulkarni
             Fix For: master


The random number generator implemented by random() cannot withstand a cryptographic attack. It is more secure to replace it with SecureRandom class.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)