mirror of
https://github.com/github/codeql.git
synced 2025-12-19 18:33:16 +01:00
8 lines
228 B
Plaintext
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
|