mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
9 lines
188 B
Plaintext
9 lines
188 B
Plaintext
import python
|
|
private import LegacyPointsTo
|
|
|
|
from Value val, string name
|
|
where
|
|
val = Value::named(name) and
|
|
name in ["bool", "sys", "sys.argv", "ValueError", "slice"]
|
|
select val, name
|