mirror of
https://github.com/github/codeql.git
synced 2026-02-11 20:51:06 +01:00
Python: Fix bad join in import_points_to
This commit is contained in:
@@ -715,7 +715,7 @@ private module InterModulePointsTo {
|
||||
i.getImportedModuleName() = name and
|
||||
PointsToInternal::module_imported_as(value, name) and
|
||||
origin = f and
|
||||
context.appliesTo(f)
|
||||
context.appliesTo(pragma[only_bind_into](f))
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user