mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
Python ESSA: Move all Essa code to semmle.python.essa folder.
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
*/
|
||||
import python
|
||||
|
||||
import semmle.dataflow.SSA
|
||||
import semmle.python.pointsto.PointsTo
|
||||
|
||||
private newtype TSymbol =
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
/**
|
||||
* Definition tracking for jump-to-defn query.
|
||||
*/
|
||||
import python
|
||||
import python
|
||||
|
||||
import semmle.dataflow.SSA
|
||||
import semmle.python.pointsto.PointsTo
|
||||
|
||||
private newtype TDefinition =
|
||||
|
||||
Reference in New Issue
Block a user