mirror of
https://github.com/github/codeql.git
synced 2026-05-04 21:25:44 +02:00
QL code and tests for C#/C++/JavaScript.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import javascript
|
||||
|
||||
from LocalVariable v, DataFlow::CallNode nd
|
||||
where nd = AngularJS::moduleRef(_) and
|
||||
nd.flowsToExpr(v.getAnAssignedExpr())
|
||||
select v
|
||||
Reference in New Issue
Block a user