mirror of
https://github.com/github/codeql.git
synced 2026-04-26 09:15:12 +02:00
Python: Fix query tests
Mostly just adding `private import LegacyPointsTo`. Sometimes getting rid of other imports that are superceded by that module.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import python
|
||||
import Loop
|
||||
import semmle.python.dataflow.TaintTracking
|
||||
private import LegacyPointsTo
|
||||
|
||||
/** A marker for "uninitialized". */
|
||||
class Uninitialized extends TaintKind {
|
||||
|
||||
Reference in New Issue
Block a user