Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't break codee with suggested fix (#425)
The weak random Java rule currently suggests a fix that tells the user to use the constructor insteead of getInstance method. As a result, the NoSuchAlgorithmException doesn't get thrown. So the fix would create code that no longer compiles. This change now swaps the weak random algorithm with a strong one that is known to exists for all platforms. Signed-off-by: Eric Brown <eric.brown@securesauce.dev>
- Loading branch information