mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
9 lines
163 B
Plaintext
9 lines
163 B
Plaintext
import python
|
|
private import LegacyPointsTo
|
|
|
|
from Object o, string s
|
|
where
|
|
py_cobjectnames(o, s) and
|
|
count(string s1 | py_cobjectnames(o, s1)) > 1
|
|
select o, s
|