mirror of
https://github.com/github/codeql.git
synced 2026-03-21 06:57:09 +01:00
8 lines
144 B
Plaintext
8 lines
144 B
Plaintext
import javascript
|
|
|
|
private import AngularJS
|
|
|
|
from InjectableFunction f, string name
|
|
where exists(f.getDependencyParameter(name))
|
|
select f, name
|