mirror of
https://github.com/github/codeql.git
synced 2026-05-01 11:45:14 +02:00
Python: Fix extractor/experimental tests
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import python
|
||||
private import LegacyPointsTo
|
||||
|
||||
from Container path, string name
|
||||
where exists(ModuleValue m | m.getPath() = path and m.getName() = name)
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
import python
|
||||
private import LegacyPointsTo
|
||||
|
||||
from Object o, string s
|
||||
where
|
||||
|
||||
Reference in New Issue
Block a user