mirror of
https://github.com/github/codeql.git
synced 2026-01-05 10:40:21 +01:00
8 lines
219 B
Plaintext
8 lines
219 B
Plaintext
|
|
import python
|
|
|
|
import Util
|
|
|
|
from EssaDefinition def, Variable v
|
|
where v = def.getSourceVariable() and not v instanceof SpecialSsaSourceVariable
|
|
select locate(def.getLocation(), "abdgk"), v.toString(), def.getAQlClass() |