mirror of
https://github.com/github/codeql.git
synced 2026-05-02 20:25:13 +02:00
Python: Update test to use new API.
This commit is contained in:
@@ -4,5 +4,5 @@ private import semmle.python.pointsto.PointsTo
|
||||
import Util
|
||||
|
||||
from ControlFlowNode f, Context ctx
|
||||
where PointsTo::Test::reachableBlock(f.getBasicBlock(), ctx)
|
||||
where PointsToInternal::reachableBlock(f.getBasicBlock(), ctx)
|
||||
select locate(f.getLocation(), "m"), f.toString(), ctx
|
||||
|
||||
Reference in New Issue
Block a user