Files
codeql/java/change-notes/2021-07-02-split-queries.md
Chris Smowton d022c57903 Add change note
2021-07-02 10:02:28 +01:00

3 lines
318 B
Markdown

lgtm,codescanning
* Library `semmle.code.java.security.Random` is split into `RandomQuery`, for use by randomness-related queries, and `RandomValueSource`, for use by libraries wishing to augment the built-in set of random value sources. Any code importing `Random` will need changing to import one or other of these.