Files
gerrit/gerrit-server
Alexandre Philbert c9fb3c2626 Use SecureRandom instead of Random
randSuffix() mentions an issue in a comment that has to do with needing
to randomize suffixes to prevent an attack. Random has a predictable
pseudo-random generator, so, in order to mitigate this attack it is
safer to use SecureRandom.

Change-Id: I804882bf0aa47a10f325f82992991bbd8434d472
2018-04-17 10:52:53 +02:00
..
2018-04-17 10:52:53 +02:00