mirror of
https://github.com/github/codeql.git
synced 2026-04-27 09:45:15 +02:00
10 lines
251 B
Plaintext
10 lines
251 B
Plaintext
|
|
import python
|
|
import semmle.dataflow.SSA
|
|
import semmle.python.pointsto.PointsTo
|
|
import Util
|
|
|
|
from EssaVariable var, ControlFlowNode use
|
|
where use = var.getAUse()
|
|
select locate(use.getLocation(), "abdeghjks_"), var.getRepresentation(), use.toString()
|