mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Merge pull request #7332 from tausbn/python-fix-bad-scope-entry-points-to-join
Python: Fix bad `scope_entry_points_to` join
This commit is contained in:
@@ -656,6 +656,7 @@ module PointsToInternal {
|
||||
builtin_not_in_outer_scope(def, context, value, origin)
|
||||
}
|
||||
|
||||
pragma[nomagic]
|
||||
private predicate undefined_variable(
|
||||
ScopeEntryDefinition def, PointsToContext context, ObjectInternal value, ControlFlowNode origin
|
||||
) {
|
||||
@@ -674,6 +675,7 @@ module PointsToInternal {
|
||||
origin = def.getDefiningNode()
|
||||
}
|
||||
|
||||
pragma[nomagic]
|
||||
private predicate builtin_not_in_outer_scope(
|
||||
ScopeEntryDefinition def, PointsToContext context, ObjectInternal value, ControlFlowNode origin
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user