LogoLogo
WebsitePricingBlog
  • Debricked Documentation
  • Overview
    • Getting started
      • Create a OpenText Core SCA account
      • Running OpenText Core SCA
    • Help
      • Frequently asked questions (FAQ)
      • Upgrade your account
      • Get help in OpenText Core SCA tool
    • Language support
      • C# - Nuget, Paket
      • CycloneDX SBOM
      • Go - Go Modules, Go Dep, Bazel
      • Java & Kotlin - Gradle, Maven, Bazel
      • JavaScript - NPM, Yarn, Bower
      • Objective-C - CocoaPods
      • PHP - Composer
      • Python - Pip, Pipenv
      • Ruby - RubyGems
      • Rust - Cargo
      • Swift - CocoaPods
      • Linux package managers
      • Scala - SBT
    • Security overview
  • Product
    • Vulnerability management
      • Security terms
      • Data sources
      • See your data
      • Pull Requests (PR)
        • Enable Pull Request support
        • Solve vulnerabilities using Pull Requests (PR)
        • Solve vulnerabilities using Pull Requests (PR) via API
      • Set a review status
        • Snooze or pause a review status
      • Reachability Analysis
        • Set up Reachability Analysis for Java
        • Set up Reachability Analysis for Go
      • Solve vulnerabilities manually with root fixes
    • License risk management
      • Licence families
      • License risks
      • Set up a use case
        • Set up a use case using API
      • Proxy non-standard license identifiers
    • Project health
      • Contributors
      • Popularity
      • Security
    • Open source select
      • Search projects
      • Compare projects
      • View more details
      • Start left policies
      • OpenText Core SCA Select Browser Extension
      • End of Life (EOL)
    • Automation
      • Create an automation rule
      • Edit an automation rule
      • Default automation rules
      • Set up webhooks
      • Policies
      • Monitoring
    • Exporting or SBOM
      • Overview
      • License export
      • Vulnerability export
      • SBOM export
        • CycloneDX SBOM export
        • SPDX SBOM export
    • Administration
      • Generate access token
      • Account
        • Change your password
        • Delete your account
        • Delete company account
      • Billing
        • Manage contributing developers
        • Manage billing frequency
        • Manage payment methods
        • Access invoices
        • Manage your subscription
      • Settings
        • Enable and disable snoozing vulnerabilities
        • Supported language for Debricked tool
        • View logged events
        • Two-Factor Authentication (2FA)
      • Users
        • User roles (freemium and premium)
        • Role-Based Access Control (Enterprise)
        • Manage users
          • Add a new user
      • Repositories
        • Default Branch
        • Repository groups
        • Manually upload a dependency file
        • Manage your commits
  • Tools & Integrations
    • Command Line Interface (CLI)
      • Debricked CLI
        • High performance scans
        • File fingerprinting
      • Legacy CLI
    • CI/CD integrations
      • GitHub
      • CircleCI
      • BuildKite
      • GitLab
      • Bitbucket
      • Azure DevOps
      • Argo workflows
      • Travis CI
      • Jenkins
      • Bamboo
      • TeamCity
    • Fortify on Demand (FoD)
    • Fortify Software Security Center (SSC)
    • Debricked APIs
      • Open source select API
    • Integrated Development Environments (IDEs)
    • Single Sign-On (SSO)
      • Single Sign-On (SSO) through Okta
      • Single Sign-On (SSO) through Microsoft Entra ID
      • Single Sign-On (SSO) through JumpCloud OIDC
      • Single Sign-On (SSO) through GitHub
  • Tips & Tricks
    • Debricked CLI migration guide
    • Workarounds
      • Scanning Conan (C++) projects
      • Scanning a repository with different services
      • Scanning Docker images
      • Automations: Do not fail on found CVE lacking a fix
Powered by GitBook
LogoLogo

Company

  • Pricing
  • Blog

Support

  • Privacy Policy
  • Terms & Conditions
  • Service Status

Resources

  • Vulnerability DB
  • Open Source Select

© 2018-2024 | Open Text

On this page

Was this helpful?

Export as PDF
  1. Overview

Language support

See the full list of the languages and package managers currently supported by OpenText Core SCA.

Last updated 7 days ago

Was this helpful?

OpenText Core SCA now supports a broad array of programming languages and package managers, allowing you to scan your code in your native language. Here is the complete list of languages and their level of support:

Supported file formats and features

Following is the complete list of supporting languages, including root dependencies, indirect dependencies, security scanning, and license scanning.

Language
Package manager
Supported file formats
Dependency trees
Root fix
Pull Request
Reachability Analysis
High Performance Scan

C#

Nuget

.csproj

Yes

C#

Nuget

package.lock.json

Yes*

C#

Nuget

packages.config

Yes

C#

Packet

paket.lock

Yes*

C#

-

fingerprinted files (.dll, .nupkg and more**)

-

CycloneDX SBOM

-

bom.json

Yes*

CycloneDX SBOM

-

bom.xml

Yes*

Go

Bazel

WORKSPACE

-

Go

Bazel

install.json

Yes*

Go

Go Modules

go.mod

Yes

Go

Go Dep

gopkg.lock

Yes*

Java / Kotlin

Gradle

build.gradle

Yes

Java / Kotlin

Gradle

build.gradle.kts

Yes

Java / Kotlin

Maven

pom.xml

Yes

Java / Kotlin

Bazel

WORKSPACE

-

Java / Kotlin

Bazel

install.json

-

Java / Kotlin

-

fingerprinted files (.jar, .war, pom.xml and more*)

-

JavaScript

NPM

package.json

Yes

JavaScript

NPM

package.lock.json

Yes*

JavaScript

Yarn

package.json

Yes

JavaScript

Yarn

yarn.lock

Yes*

JavaScript

Bower

bower.json

Yes

JavaScript

-

fingerprinted files (.js, .ts and more**)

-

Objective-C

CocoaPods

podfile.lock

Yes*

PHP

Composer

composer.json

Yes

PHP

Composer

composer.lock

Yes*

Python

Pip

requirements.txt

Yes

Python

Pipenv

Pipfile

-

Python

Pipenv

Pipfile.lock

-

Python

-

fingerprinted files (.py, .txt, .sh, .c, .egg, .h and more**)

-

Ruby

RubyGems

Gemfile.lock

Yes*

Rust

Cargo

Cargo.lock

Yes*

Swift

CocoaPods

podfile.lock

Yes*

Scala

SBT

build.sbt

Yes

*This is a native lock file format. Native lock file formats are the fastest formats to scan.

**When constructing our knowledge base, OpenText Core SCA downloads files, extracts their contents, and creates fingerprints for all file content, except for a few excluded patterns. After that, fingerprints are generated for all the content within each file. For example, OpenText Core SCA specifically matches .dll files used in C# applications and .class files found within .jar files.

C# - Nuget, Paket
CycloneDX SBOM
Go - Go Modules, Go Dep, Bazel
Java & Kotlin - Gradle, Maven, Bazel
JavaScript - NPM, Yarn, Bower
Objective-C - CocoaPods
PHP - Composer
Python - Pip, Pipenv
Ruby - RubyGems
Rust - Cargo
Swift - CocoaPods
Linux package managers
Scala - SBT