mirror of
https://github.com/github/codeql.git
synced 2026-01-24 11:52:56 +01:00
12 lines
154 B
Plaintext
12 lines
154 B
Plaintext
|
|
import python
|
|
import semmle.python.pointsto.PointsTo
|
|
|
|
from ClassValue cls, string reason
|
|
|
|
where
|
|
Types::failedInference(cls, reason)
|
|
|
|
select cls, reason
|
|
|