You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Hiroshi Ikeda (JIRA)" <ji...@apache.org> on 2014/02/06 03:38:10 UTC

[jira] [Created] (MAPREDUCE-5742) pipes.Application should use SecureRandom for security purposes

Hiroshi Ikeda created MAPREDUCE-5742:
----------------------------------------

             Summary: pipes.Application should use SecureRandom for security purposes
                 Key: MAPREDUCE-5742
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5742
             Project: Hadoop Map/Reduce
          Issue Type: Bug
            Reporter: Hiroshi Ikeda
            Priority: Trivial


org.apache.hadoop.mapred.pipes.Application calls its private method getSecurityChallenge(), which uses java.util.Random. It should use java.security.SecureRandom.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)