lendrop opened a new pull request, #1706: URL: https://github.com/apache/commons-lang/pull/1706
Replace ThreadLocalRandom with SecureRandom in ArrayUtils internal random() method. The internal random() method previously returned ThreadLocalRandom.current(), which produces predictable sequences and is not suitable for security-sensitive contexts. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
