mirror of
https://github.com/github/codeql.git
synced 2026-03-21 06:57:09 +01:00
6 lines
200 B
Plaintext
6 lines
200 B
Plaintext
import semmle.javascript.dependencies.Dependencies
|
|
import DependencyCustomizations
|
|
|
|
from Dependency dep, string id, string v, string kind
|
|
where dep.info(id, v)
|
|
select id+"-"+v, kind, dep.getAUse(kind) |