mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
318 B
318 B
lgtm,codescanning
- Library
semmle.code.java.security.Randomis split intoRandomQuery, for use by randomness-related queries, andRandomValueSource, for use by libraries wishing to augment the built-in set of random value sources. Any code importingRandomwill need changing to import one or other of these.