Skip to content

Commit c595d0f

Browse files
authored
Merge pull request #1784 from markshannon/python-move-essa-together
Python: Move all ESSA related code into one folder.
2 parents a2ffdde + d8531c4 commit c595d0f

File tree

18 files changed

+1032
-1101
lines changed

18 files changed

+1032
-1101
lines changed

python/ql/src/Resources/FileOpen.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import python
22
import semmle.python.GuardedControlFlow
3-
import semmle.python.dataflow.SsaDefinitions
43
import semmle.python.pointsto.Filters
54

65
/** Holds if `open` is a call that returns a newly opened file */

python/ql/src/analysis/CrossProjectDefinitions.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
*/
44
import python
55

6-
import semmle.dataflow.SSA
76
import semmle.python.pointsto.PointsTo
87

98
private newtype TSymbol =

python/ql/src/analysis/DefinitionTracking.qll

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
/**
22
* Definition tracking for jump-to-defn query.
33
*/
4-
import python
4+
import python
55

6-
import semmle.dataflow.SSA
76
import semmle.python.pointsto.PointsTo
87

98
private newtype TDefinition =

python/ql/src/python.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ import semmle.python.Assigns
3232
import semmle.python.SelfAttribute
3333
import semmle.python.types.Properties
3434
import semmle.python.xml.XML
35-
import semmle.dataflow.SSA
35+
import semmle.python.essa.Essa
3636
import semmle.python.pointsto.Base
3737
import semmle.python.pointsto.Context
3838
import semmle.python.pointsto.CallGraph

0 commit comments

Comments
 (0)