mirror of
https://github.com/github/codeql.git
synced 2026-02-15 06:23:42 +01:00
7 lines
155 B
Plaintext
7 lines
155 B
Plaintext
import javascript
|
|
|
|
from LocalVariable v, DataFlow::CallNode nd
|
|
where nd = AngularJS::moduleRef(_) and
|
|
nd.flowsToExpr(v.getAnAssignedExpr())
|
|
select v
|