mirror of
https://github.com/github/codeql.git
synced 2026-01-01 08:42:06 +01:00
7 lines
150 B
Plaintext
7 lines
150 B
Plaintext
import python
|
|
import semmle.python.pointsto.PointsTo
|
|
|
|
from ClassValue cls, string reason
|
|
where Types::failedInference(cls, reason)
|
|
select cls, reason
|