Files
codeql/java/ql/test/experimental/library-tests/quantum/node_properties.ql
2025-10-03 13:32:02 -04:00

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