> For the complete documentation index, see [llms.txt](https://cortex-docs.paloaltonetworks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cortex-docs.paloaltonetworks.com/application-security/code-security/code-security-scanners/software-composition-analysis-sca-scanners/supported-software-composition-analysis-sca-frameworks-and-languages.md).

# Supported Software Composition Analysis (SCA) frameworks and languages

## Supported SCA scan types by language

The following table details the specific Software Composition Analysis (SCA) scan types supported for each language in Cortex Cloud.

| Language   | Vulnerabilities | Operational Risk | License Detection | Transitive Dependencies | Root Fix Detection |
| ---------- | --------------- | ---------------- | ----------------- | ----------------------- | ------------------ |
| JavaScript | Yes             | Yes              | Yes               | Yes                     | Yes                |
| Python     | Yes             | Yes              | Yes               | Yes                     | Yes                |
| Go         | Yes             | Yes              | Yes               | Yes                     | Yes                |
| Java       | Yes             | Yes              | Yes               | Yes                     | Yes                |
| Kotlin     | Yes             | Yes              | Yes               | Yes                     | Yes                |
| Ruby       | Yes             | No               | No                | Yes                     | No                 |
| .NET (C#)  | Yes             | Yes              | Yes               | Yes                     | Yes                |
| PHP        | Yes             | No               | Yes               | Yes                     | No                 |
| Rust       | Yes             | Yes              | Yes               | Yes                     | Yes                |

## SCA language support matrix

The following table provides a high-level overview of Cortex Cloud SCA's language support, mapping out the specific package managers, manifest files, and framework versions supported for each language.

| Language   | Package Managers                                  | Manifest Files                                                                                           | Supported Versions                                                                                        |
| ---------- | ------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- |
| JavaScript | npm                                               | <p>package.json</p><p>package-lock.json</p>                                                              | Lockfile v1, v2, v3                                                                                       |
| yarn       | <p>package.json</p><p>yarn.lock</p>               | Yarn v1, v2, v3, v4                                                                                      |                                                                                                           |
| Python     | pip                                               | <p>requirements.txt</p><p>Pipfile</p><p>Pipfile.lock</p>                                                 | Python v3.9 and above                                                                                     |
| GO         | Go                                                | <p>go.mod</p><p>go.sum</p><p>Gopkg.lock</p>                                                              | Go v1.11 and above                                                                                        |
| Java       | Maven                                             | pom.xml                                                                                                  | Maven v3.x and v4.x                                                                                       |
| Gradle     | <p>build.gradle</p><p>settings.gradle</p>         | Gradle v4.x through v9.x                                                                                 |                                                                                                           |
| Kotlin     | Maven                                             | pom.xml                                                                                                  | Maven v3.x and v4.x                                                                                       |
| Gradle     | <p>build.gradle.kts</p><p>settings.gradle.kts</p> | Gradle v4.x through v9.x                                                                                 |                                                                                                           |
| Ruby       | —                                                 | <p>Gemfile</p><p>Gemfile.lock</p><p>gemspec</p>                                                          | Ruby v2.5.x through v3.4.x                                                                                |
| .NET       | —                                                 | <p>.csproj</p><p>packages.config</p><p>project.assets.json</p><p>packages.lock.json</p><p>paket.lock</p> | <p>.NET v5.0 through v10.0</p><p>.NET Framework v4.6 through v4.8.x</p><p>.NET Core v2.0 through v3.x</p> |
| PHP        | Composer                                          | <p>composer.json</p><p>composer.lock</p>                                                                 | PHP v8.3 and above                                                                                        |
| Rust       | Cargo                                             | <p>Cargo.toml</p><p>Cargo.lock</p>                                                                       | Any version of Rust                                                                                       |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://cortex-docs.paloaltonetworks.com/application-security/code-security/code-security-scanners/software-composition-analysis-sca-scanners/supported-software-composition-analysis-sca-frameworks-and-languages.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
