mirror of
https://github.com/github/codeql.git
synced 2026-01-06 11:10:23 +01:00
8 lines
255 B
Plaintext
8 lines
255 B
Plaintext
import python
|
|
import Util
|
|
import semmle.python.pointsto.PointsTo
|
|
|
|
from ControlFlowNode f, ControlFlowNode x
|
|
where PointsTo::pointsTo(f, _, ObjectInternal::unknown(), x)
|
|
select locate(f.getLocation(), "abchr"), f.toString(), x.getLocation().getStartLine()
|