mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
Python points-to: Fix up failedInference predicate.
This commit is contained in:
@@ -6,4 +6,4 @@ import Util
|
||||
from ControlFlowNode f, Context ctx, Value v, ControlFlowNode origin
|
||||
where
|
||||
f.pointsTo(ctx, v, origin)
|
||||
select locate(f.getLocation(), "c"), f.toString(), ctx, v, v.getClass()
|
||||
select locate(f.getLocation(), "abeghijklmnpqrstu"), f.toString(), ctx, v, v.getClass()
|
||||
|
||||
Reference in New Issue
Block a user