> 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/cortex-xdr-5.x/reference-and-developer-docs/role-based-access-control/cloud-security-and-posture-management-permissions/application-security-permissions/application-security-3rd-party-tools-permissions.md).

# Application Security - 3rd Party tools permissions

Provides visibility into supply chain security, including external tools integrated with your development pipeline and a catalog of known supply chain components.

Supply Chain Tools

External security tools integrated with your development pipeline (e.g., SonarQube, Snyk, Semgrep, Veracode, 3rd Party AppSec Collector). Shows tool status, risk factors, permissions, and version information. To access Supply Chain Tools, go to Modules → Application Security → 3rd Party Tools → Supply Chain Tools

For more information, see [Supply Chain assets](/application-security/software-supply-chain-security/visibililty-and-inventory/supply-chain-assets.md).

| Permission | Description                                                                                                                                                        | Roles Example                                                                                                                                                                                                                       |
| ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| None       | No access to Supply Chain Tools.                                                                                                                                   | SOC Tier-1 and Tier-2 Analysts: Supply chain data is rarely needed for incident investigation at these tiers.                                                                                                                       |
| View       | Read-only access to supply chain tools data. Users can browse, filter, and view tool details. They cannot add, configure, or remove tools.                         | <ul><li>SOC Tier-3 Analyst: May need to review supply chain tools during software supply chain attack investigations.</li><li>Threat Hunter: Reviews supply chain tools to identify potential supply chain attack vectors</li></ul> |
| View/Edit  | Full access to manage supply chain tools. Includes all View capabilities plus: add new tools, configure tool settings, remove tools, and manage tool integrations. | Security Engineer: Manages supply chain tool integrations.                                                                                                                                                                          |

Supply Chain Catalog

A catalog of known supply chain components and their security status, including pipeline tools discovered across CI/CD configurations. To access the Supply Chain Catalog, go to Modules → Application Security → 3rd Party Tools → Supply Chain Catalog.

For more information, see [Supply Chain assets](/application-security/software-supply-chain-security/visibililty-and-inventory/supply-chain-assets.md).

| Permission | Description                                                                                                                                     | Roles Example                                                                                                                                                                                                                                   |
| ---------- | ----------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| None       | No access to Supply Chain Catalog.                                                                                                              | SOC Tier-1 and 2 Analysts: Supply chain data is rarely needed for incident investigation at this tier.                                                                                                                                          |
| View       | Read-only access to the supply chain catalog. Users can browse, filter, and view catalog entries. They cannot update or manage catalog entries. | <ul><li>SOC Tier-3 Analyst: May need to review the supply chain catalog during software supply chain attack investigations.</li><li>Threat Hunter: Reviews the supply chain catalog to identify potential supply chain attack vectors</li></ul> |
| View/Edit  | Full access to manage the supply chain catalog. Includes all View capabilities plus: update catalog entries and manage catalog data.            | Security Engineer: Reviews the catalog for risk assessment                                                                                                                                                                                      |

Required and recommended permissions

To effectively configure Application Security pipelines and investigate the resulting code vulnerabilities, administrators and analysts require visibility into the underlying VCS integrations, data sources, and issue queues. Consider adding the following permissions:

| Permission   | Permission Level  | Reason                                                                                                                                                                                                                                                                                                                                                             |
| ------------ | ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Integrations | View or View/Edit | <ul><li>View: Recommended for Supply Chain Catalog to view integration context for catalog entries. Strongly recommended for Supply Chain Tools to view the tool integration status and connectivity</li><li>View/Edit: Strongly recommended for Supply Chain Tools to configure 3rd party tool integrations (Snyk, SonarQube, Semgrep, Veracode, etc.).</li></ul> |
| Data Sources | View              | Recommended. View connected data sources for the catalog context and view connected data sources for the supply chain tool context.                                                                                                                                                                                                                                |
| Graph Search | View              | Recommended for Supply Chain Catalog. Understand asset relationships for catalog components.                                                                                                                                                                                                                                                                       |
| Threat Intel | View              | Recommended for Supply Chain Tools. Correlate supply chain tool findings with threat intelligence.                                                                                                                                                                                                                                                                 |


---

# 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/cortex-xdr-5.x/reference-and-developer-docs/role-based-access-control/cloud-security-and-posture-management-permissions/application-security-permissions/application-security-3rd-party-tools-permissions.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.
