mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
11 lines
411 B
Plaintext
11 lines
411 B
Plaintext
import python
|
|
private import LegacyPointsTo
|
|
import Util
|
|
|
|
from EssaVariable var, string name, ObjectInternal o, Context ctx
|
|
where
|
|
AttributePointsTo::variableAttributePointsTo(var, ctx, name, o, _) and
|
|
not var.getSourceVariable() instanceof SpecialSsaSourceVariable
|
|
select locate(var.getDefinition().getLocation(), "abdfgikm"), var.getRepresentation(), name,
|
|
var.getDefinition().getRepresentation(), o, ctx
|