Files
codeql/javascript/ql/test/library-tests/frameworks/AngularJS/dependency-resolution/DependencyResolution.ql
2018-08-02 17:53:23 +01:00

8 lines
231 B
Plaintext

import javascript
private import AngularJS
from InjectableFunction f, CustomServiceReference s, CustomServiceDefinition custom
where s = f.getAResolvedDependency(_) and s = custom.getServiceReference()
select f, custom.getName()