mirror of
https://github.com/github/codeql.git
synced 2026-02-12 21:21:16 +01:00
7 lines
191 B
Plaintext
7 lines
191 B
Plaintext
import java
|
|
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
|