mirror of
https://github.com/github/codeql.git
synced 2025-12-20 02:44:30 +01:00
7 lines
205 B
Plaintext
7 lines
205 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)
|