-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/65724/
-----------------------------------------------------------
Review request for ranger, Madhan Neethiraj and Velmurugan Periasamy.
Bugs: RANGER-1988
https://issues.apache.org/jira/browse/RANGER-1988
Repository: ranger
Description
-------
The random number generator implemented by random() cannot withstand a
cryptographic attack. It is more secure to replace it with SecureRandom class.
Diffs
-----
hdfs-agent/src/main/java/org/apache/ranger/authorization/hadoop/RangerHdfsAuthorizer.java
0bc3b31
Diff: https://reviews.apache.org/r/65724/diff/1/
Testing
-------
Ran all unit tests successfully
Thanks,
Abhay Kulkarni