Skip to content

Commit 7178022

Browse files
authored
Python: Rename TypeTrackerPrivate.qll
1 parent 489e1e9 commit 7178022

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

python/ql/src/experimental/typetracking/TypeTracker.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/** Step Summaries and Type Tracking */
22

3-
private import TypeTrackerPrivate
3+
private import TypeTrackerSpecific
44

55
/**
66
* Any string that may appear as the name of a piece of content. This will usually include things like:

python/ql/src/experimental/typetracking/TypeTrackerPrivate.qll renamed to python/ql/src/experimental/typetracking/TypeTrackerSpecific.qll

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/**
2+
* Provides Python-specific definitions for use in the type tracker library.
3+
*/
4+
15
private import python
26
private import semmle.python.dataflow.new.internal.DataFlowPublic as DataFlowPublic
37
private import semmle.python.dataflow.new.internal.DataFlowPrivate as DataFlowPrivate

0 commit comments

Comments
 (0)