mirror of
https://github.com/github/codeql.git
synced 2026-02-13 13:41:08 +01:00
7 lines
190 B
Plaintext
7 lines
190 B
Plaintext
import cpp
|
|
import experimental.quantum.Language
|
|
|
|
from Crypto::NodeBase n, string key, string value, Location location
|
|
where n.properties(key, value, location)
|
|
select n, key, value, location
|