Python: Rename TypeTrackerPrivate.qll

This commit is contained in:
Taus
2021-04-21 11:53:13 +00:00
committed by GitHub
parent 489e1e94e4
commit 71780228ae
2 changed files with 5 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
/** Step Summaries and Type Tracking */
private import TypeTrackerPrivate
private import TypeTrackerSpecific
/**
* Any string that may appear as the name of a piece of content. This will usually include things like:

View File

@@ -1,3 +1,7 @@
/**
* Provides Python-specific definitions for use in the type tracker library.
*/
private import python
private import semmle.python.dataflow.new.internal.DataFlowPublic as DataFlowPublic
private import semmle.python.dataflow.new.internal.DataFlowPrivate as DataFlowPrivate