Files
codeql/python/ql/test/library-tests/PointsTo/new/Reachable.ql
2020-03-30 11:59:10 +02:00

8 lines
228 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