Files
codeql/python/ql/test/library-tests/PointsTo/new/Reachable.ql
2019-04-26 16:21:46 +01:00

9 lines
229 B
Plaintext

import python
private import semmle.python.pointsto.PointsTo
import Util
from ControlFlowNode f, Context ctx
where PointsToInternal::reachableBlock(f.getBasicBlock(), ctx)
select locate(f.getLocation(), "m"), f.toString(), ctx