mirror of
https://github.com/github/codeql.git
synced 2026-03-04 22:56:47 +01:00
9 lines
229 B
Plaintext
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
|