mirror of
https://github.com/github/codeql.git
synced 2026-02-13 21:51:29 +01:00
6 lines
87 B
Plaintext
6 lines
87 B
Plaintext
import javascript
|
|
|
|
from DataFlow::InvokeNode invk
|
|
where invk.isUncertain()
|
|
select invk
|