mirror of
https://github.com/github/codeql.git
synced 2026-01-20 18:04:46 +01:00
9 lines
256 B
Plaintext
9 lines
256 B
Plaintext
|
|
import python
|
|
import semmle.python.pointsto.PointsTo
|
|
import semmle.python.objects.ObjectInternal
|
|
|
|
from ClassObjectInternal cls, string name, ObjectInternal f
|
|
where cls.lookup(name, f, _) and exists(f.getOrigin())
|
|
select cls.toString(), name, f.toString()
|