mirror of
https://github.com/github/codeql.git
synced 2026-03-22 15:36:48 +01:00
9 lines
182 B
Plaintext
9 lines
182 B
Plaintext
|
|
import python
|
|
import semmle.python.pointsto.PointsTo
|
|
import semmle.python.pointsto.PointsTo
|
|
|
|
from Value sup, Value cls
|
|
where Expressions::requireSubClass(cls, sup)
|
|
select cls, sup
|