Ecosystem | Detection Mechanism | Requirements | Development Dependencies labeling | Graph Creation |
---|---|---|---|---|
CocoaPods |
|
- | ❌ | - |
Conda (Python) |
|
- | ❌ | ✔ |
Linux (Debian, Alpine, Rhel, Centos, Fedora, Ubuntu) |
|
- | - | - |
Gradle |
|
|
❌ | ❌ |
Go |
|
|
❌ | ✔ (root idenditication only for fallback) |
Maven |
|
|
✔ (test dependency scope) | ✔ |
NPM |
|
- | ✔ (dev-dependencies in package.json, dev flag in package-lock.json) | ✔ |
Yarn (v1, v2) |
|
- | ✔ (dev-dependencies in package.json) | ✔ |
Pnpm |
|
- | ✔ (packages/{package}/dev flag) | ✔ |
NuGet |
|
- | - | ✔ (required project.assets.json) |
Pip (Python) |
|
|
❌ | ✔ |
Poetry (Python) |
|
- | ✔ | ❌ |
Ruby |
|
- | ❌ | ✔ |
Cargo |
|
- | ❌ | ✔ |