mirror of
https://github.com/github/codeql.git
synced 2025-12-20 02:44:30 +01:00
9 lines
168 B
Plaintext
9 lines
168 B
Plaintext
import python
|
|
|
|
from LocalVariable v, Scope inner
|
|
where
|
|
v.escapes() and
|
|
inner = v.getAnAccess().getScope() and
|
|
inner != v.getScope()
|
|
select v, v.getScope(), inner
|