mirror of
https://github.com/github/codeql.git
synced 2026-01-28 05:42:58 +01:00
8 lines
295 B
Plaintext
8 lines
295 B
Plaintext
/** DEPRECATED. Import `InsecureRandomnessQuery` instead. */
|
|
|
|
import javascript
|
|
private import InsecureRandomnessQuery as InsecureRandomnessQuery // ignore-query-import
|
|
|
|
/** DEPRECATED. Import `InsecureRandomnessQuery` instead. */
|
|
deprecated module InsecureRandomness = InsecureRandomnessQuery;
|