mirror of
https://github.com/github/codeql.git
synced 2026-03-31 12:48:17 +02: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
|