mirror of
https://github.com/github/codeql.git
synced 2025-12-24 12:46:34 +01:00
7 lines
143 B
Plaintext
7 lines
143 B
Plaintext
import javascript
|
|
private import AngularJS
|
|
|
|
from InjectableFunction f, string name
|
|
where exists(f.getDependencyParameter(name))
|
|
select f, name
|