mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Add change note
This commit is contained in:
2
java/change-notes/2021-07-02-split-queries.md
Normal file
2
java/change-notes/2021-07-02-split-queries.md
Normal file
@@ -0,0 +1,2 @@
|
||||
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.
|
||||
Reference in New Issue
Block a user