> 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/application-security/onboard-data-sources/ingest-third-party-data-sources/veracode/understand-and-manage-veracode-data-ingestion.md).

# Understand and manage Veracode data ingestion

The Veracode integration enables automated ingestion of Veracode SAST scan results into Cortex Cloud. The ingested findings appear alongside findings from native Cortex scanners and other third-party integrations.

## Key benefits

* **Centralizing Veracode findings**: Veracode SAST findings are normalized into the same data model as native Cortex code weakness findings, enabling unified triage, policy enforcement, and reporting.
* **Extending Coverage visibility**: The **AppSec Coverage** page displays a dedicated **Veracode** column that indicates which repositories have Veracode scanning enabled, and a **Code Weaknesses** column that reflects aggregate SAST scanning status.
* **Enabling policy enforcement**: Veracode SAST findings are evaluated against Application Security policies, enabling block actions on PRs and CI pipelines based on Veracode-detected code weaknesses.

## Manage code weakness (SAST) findings and issues

The most practical workflow is to first narrow down your candidate set using a repository search, then verify exact attribution per issue.

### Triage and remediate Veracode issues by repository

1. Navigate to **Application Security** → **AppSec Coverage**.
2. In the table, filter for `is_scanned_by_veracode=true` to identify repositories with active Veracode scanning.
3. Select a repository in the filtered list to open its side card for details.
4. Select **Issues** to open the platform **Issues** page.

{% hint style="info" %}
The page is filtered by Veracode issues.
{% endhint %}

5. Filter the **Category** column by **Code**.\
   All Veracode code weakness issues are displayed.
6. Select an issue in the filtered list to open its side card for details and remediation options.

{% hint style="info" %}
For detailed information about SAST issues, refer to [SAST code weaknesses (CWEs)](/application-security/application-security-posture-management-aspm/manage-code-weakness-issues.md).
{% endhint %}

### Triage and remediate Veracode-origin issues from the issue side panel

1. Navigate to **Modules** → **Application Security** → **Code Weaknesses**.
2. Open any code weakness issue by selecting the row.
3. In the issue side panel, locate the **Scanner** field. It identifies **Veracode** as the originating scanner.
4. Select **Issues** to open the platform **Issues** page.

### Understand Veracode-origin findings

1. Navigate to **Modules** → **Application Security** → **Code Weaknesses**.
2. Switch to the **Findings** tab.
3. Filter the **Data Source** column by **VERACODE** to isolate Veracode-originated findings.

### Learn more

For detailed information about SAST findings and issues, refer to [SAST code weaknesses (CWEs)](/application-security/application-security-posture-management-aspm/manage-code-weakness-issues.md).


---

# 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/application-security/onboard-data-sources/ingest-third-party-data-sources/veracode/understand-and-manage-veracode-data-ingestion.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.
