mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Rename shared pack to quantum from experimental
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
private import codeql.experimental.quantum.Model
|
||||
private import java as Language
|
||||
private import semmle.code.java.security.InsecureRandomnessQuery
|
||||
private import semmle.code.java.security.RandomQuery
|
||||
private import semmle.code.java.dataflow.DataFlow
|
||||
private import semmle.code.java.dataflow.FlowSources
|
||||
private import codeql.quantum.experimental.Model
|
||||
|
||||
private class UnknownLocation extends Language::Location {
|
||||
UnknownLocation() { this.getFile().getAbsolutePath() = "" }
|
||||
|
||||
Reference in New Issue
Block a user