mirror of
https://github.com/github/codeql.git
synced 2026-07-14 07:48:16 +02:00
12 lines
166 B
Plaintext
12 lines
166 B
Plaintext
|
|
import python
|
|
import semmle.python.pointsto.PointsTo
|
|
|
|
from ClassObject cls, string reason
|
|
|
|
where
|
|
PointsTo::Types::failed_inference(cls, reason)
|
|
|
|
select cls, reason
|
|
|