Debricked currently supports a wide range of programming languages and package managers, allowing you to scan your code in the language you natively use. Here you can find the full list of languages and their level of support. Note that some of these features may not be available for your subscription plan.
Â
Language | Package Manager | Supported File Formats | Root dependencies | Indirect dependencies | Dependency trees | Security Scanning | License Scanning | Root Fix | Pull Request | Vulnerable Functionality | High Performance Scan |
---|---|---|---|---|---|---|---|---|---|---|---|
C# | NuGet | .csproj | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |  |  |  |
packages.lock.json | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |  |  | ✓* | ||
packages.config | ✓ |  |  | ✓ | ✓ |  |  |  |  | ||
Paket | paket.lock | ✓ | ✓ |  | ✓ | ✓ |  |  |  | ✓* | |
CycloneDX SBOM | - | bom.json | ✓ | ✓ | ✓ | ✓ | ✓ |  |  |  | ✓* |
- | bom.xml | ✓ | ✓ | ✓ | ✓ | ✓ |  |  |  | ✓* | |
Go | Bazel | WORKSPACE | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |  |  |  |
install.json | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |  |  | ✓* | ||
Go Modules | go.mod | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |  |  | ✓ | |
Go Dep | gopkg.lock | ✓ |  |  | ✓ | ✓ |  |  |  | ✓* | |
Java | Bazel | WORKSPACE | ✓ | ✓ | ✓ | ✓ | ✓ |  |  | ✓ |  |
Gradle | build.gradle | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |  | ✓ | ✓ | |
build.gradle.kts | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |  | ✓ |  | ||
Maven | pom.xml | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |  | ✓ | ✓ | |
Bower | bower.json | ✓ | ✓ | ✓ | ✓ | ✓ |  |  |  |  | |
npm | package.json | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |  |  | |
package-lock.json | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |  | ✓* | ||
yarn | package.json | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |  |  | |
yarn.lock | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |  | ✓* | ||
Objective-C | Cocoapods | podfile.lock | ✓ | ✓ |  | ✓ | ✓ |  |  |  | ✓* |
PHP | Composer | composer.json | ✓ | ✓ | ✓ | ✓ | ✓ |  |  |  |  |
composer.lock | ✓ | ✓ | ✓ | ✓ | ✓ |  |  |  | ✓* | ||
Python | pip | requirements.txt | ✓ | ✓ | ✓ | ✓ | ✓ |  |  |  | ✓ |
Pipenv | Pipfile | ✓ | ✓ |  | ✓ | ✓ |  |  |  |  | |
Pipfile.lock | ✓ | ✓ |  | ✓ | ✓ |  |  |  | ✓* | ||
Ruby | RubyGems | Gemfile.lock | ✓ | ✓ |  | ✓ | ✓ |  |  |  | ✓* |
Rust | Cargo | Cargo.lock | ✓ | ✓ |  | ✓ | ✓ |  |  |  | ✓* |
Swift | Cocoapods | podfile.lock | ✓ | ✓ |  | ✓ | ✓ |  |  |  | ✓* |
Â
*This is a native lock file format. Native lock file formats are the fastest formats to scan.