mirror of
https://github.com/github/codeql.git
synced 2026-03-28 18:28:17 +01:00
5 lines
120 B
Plaintext
5 lines
120 B
Plaintext
import javascript
|
|
|
|
from string path, string prop
|
|
select path, prop, DataFlow::moduleImport(path).getAPropertyRead(prop)
|